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

/frameworks/native/opengl/libs/EGL/
H A Degl.cpp166 setGlThreadSpecific(&gHooksErrorTrace);
169 setGlThreadSpecific(&gHooksSystrace);
172 setGlThreadSpecific(&gHooksTrace);
175 setGlThreadSpecific(GLTrace_getGLHooks());
178 setGlThreadSpecific(value);
206 setGlThreadSpecific(value);
346 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.h580 inline void setGlThreadSpecific(ogles_context_t *value) { function in namespace:android::gl
588 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 65 milliseconds