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

/frameworks/native/opengl/libs/EGL/
H A Degl.cpp161 setGlThreadSpecific(&gHooksErrorTrace);
164 setGlThreadSpecific(&gHooksSystrace);
167 setGlThreadSpecific(&gHooksTrace);
170 setGlThreadSpecific(GLTrace_getGLHooks());
172 setGlThreadSpecific(value);
197 setGlThreadSpecific(value);
348 void setGlThreadSpecific(gl_hooks_t const *value) { function in namespace:android
362 void setGlThreadSpecific(gl_hooks_t const *value) { function in namespace:android
/frameworks/native/opengl/libs/
H A Dhooks.h84 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);
1680 setGlThreadSpecific(0);

Completed in 330 milliseconds