Searched defs:setGlThreadSpecific (Results 1 - 2 of 2) 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/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

Completed in 533 milliseconds