Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl.cpp49 void setGLHooksThreadSpecific(gl_hooks_t const *value) { in setGLHooksThreadSpecific() function
81 setGLHooksThreadSpecific(&gHooksNoContext); in early_egl_init()
Degl_display.cpp50 extern void setGLHooksThreadSpecific(gl_hooks_t const *value);
168 setGLHooksThreadSpecific(&gHooksNoContext); in initialize()
DeglApi.cpp266 extern void setGLHooksThreadSpecific(gl_hooks_t const *value);
1047 setGLHooksThreadSpecific(c->cnx->hooks[c->version]); in eglMakeCurrent()
1053 setGLHooksThreadSpecific(&gHooksNoContext); in eglMakeCurrent()