Searched refs:setGlThreadSpecific (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl.cpp167 setGlThreadSpecific(&gHooksErrorTrace);
170 setGlThreadSpecific(&gHooksSystrace);
173 setGlThreadSpecific(&gHooksTrace);
176 setGlThreadSpecific(GLTrace_getGLHooks());
179 setGlThreadSpecific(value);
207 setGlThreadSpecific(value);
361 void setGlThreadSpecific(gl_hooks_t const *value) { function in namespace:android
/frameworks/native/opengl/libs/
H A Dhooks.h76 EGLAPI void setGlThreadSpecific(gl_hooks_t const *value);
/frameworks/native/opengl/libagl/
H A Dcontext.h584 inline void setGlThreadSpecific(ogles_context_t *value) { function in namespace:android::gl
592 inline void setGlThreadSpecific(ogles_context_t *value) { function in namespace:android::gl
H A Degl.cpp1185 setGlThreadSpecific(gl);
1195 setGlThreadSpecific(0);
1681 setGlThreadSpecific(0);

Completed in 88 milliseconds