HomeSort by relevance Sort by last modified time
    Searched refs:setGLHooksThreadSpecific (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/libs/EGL/
egl.cpp 163 void setGLHooksThreadSpecific(gl_hooks_t const *value) {
205 void setGLHooksThreadSpecific(gl_hooks_t const *value) {
243 setGLHooksThreadSpecific(&gHooksNoContext);
egl_display.cpp 43 extern void setGLHooksThreadSpecific(gl_hooks_t const *value);
143 setGLHooksThreadSpecific(&gHooksNoContext);
eglApi.cpp 186 extern void setGLHooksThreadSpecific(gl_hooks_t const *value);
759 setGLHooksThreadSpecific(c->cnx->hooks[c->version]);
769 setGLHooksThreadSpecific(&gHooksNoContext);
    [all...]

Completed in 232 milliseconds