Loading opengl/libs/EGL/eglApi.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -760,8 +760,8 @@ __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) egl_connection_t* const cnx = &gEGLImpl; if (cnx->dso && cnx->egl.eglGetProcAddress) { found = true; // Extensions are independent of the bound context addr = cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[slot] = cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[slot] = #if EGL_TRACE Loading @@ -769,10 +769,13 @@ __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) gHooksTrace.ext.extensions[slot] = #endif cnx->egl.eglGetProcAddress(procname); if (addr) found = true; } if (found) { #if USE_FAST_TLS_KEY addr = gExtensionForwarders[slot]; #endif sGLExtentionMap.add(name, addr); sGLExtentionSlot++; } Loading Loading
opengl/libs/EGL/eglApi.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -760,8 +760,8 @@ __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) egl_connection_t* const cnx = &gEGLImpl; if (cnx->dso && cnx->egl.eglGetProcAddress) { found = true; // Extensions are independent of the bound context addr = cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[slot] = cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[slot] = #if EGL_TRACE Loading @@ -769,10 +769,13 @@ __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) gHooksTrace.ext.extensions[slot] = #endif cnx->egl.eglGetProcAddress(procname); if (addr) found = true; } if (found) { #if USE_FAST_TLS_KEY addr = gExtensionForwarders[slot]; #endif sGLExtentionMap.add(name, addr); sGLExtentionSlot++; } Loading