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 127 void setGLHooksThreadSpecific(gl_hooks_t const *value) {
159 void setGLHooksThreadSpecific(gl_hooks_t const *value) {
198 setGLHooksThreadSpecific(&gHooksNoContext);
egl_display.cpp 66 extern void setGLHooksThreadSpecific(gl_hooks_t const *value);
156 setGLHooksThreadSpecific(&gHooksNoContext);
eglApi.cpp 97 extern void setGLHooksThreadSpecific(gl_hooks_t const *value);
519 setGLHooksThreadSpecific(c->cnx->hooks[c->version]);
529 setGLHooksThreadSpecific(&gHooksNoContext);
    [all...]

Completed in 27 milliseconds