Home
last modified time | relevance | path

Searched refs:setGLHooksThreadSpecific (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/opengl/libs/EGL/
Degl.cpp116 void setGLHooksThreadSpecific(gl_hooks_t const *value) { in setGLHooksThreadSpecific() function
139 void setGLHooksThreadSpecific(gl_hooks_t const *value) { in setGLHooksThreadSpecific() function
177 setGLHooksThreadSpecific(&gHooksNoContext); in early_egl_init()
Degl_display.cpp28 extern void setGLHooksThreadSpecific(gl_hooks_t const *value);
122 setGLHooksThreadSpecific(&gHooksNoContext); in initialize()
DeglApi.cpp126 extern void setGLHooksThreadSpecific(gl_hooks_t const *value);
669 setGLHooksThreadSpecific(c->cnx->hooks[c->version]); in eglMakeCurrent()
680 setGLHooksThreadSpecific(&gHooksNoContext); in eglMakeCurrent()