HomeSort by relevance Sort by last modified time
    Searched refs:setGlThreadSpecific (Results 1 - 4 of 4) sorted by null

  /frameworks/native/opengl/libs/EGL/
egl.cpp 166 setGlThreadSpecific(&gHooksErrorTrace);
169 setGlThreadSpecific(&gHooksSystrace);
172 setGlThreadSpecific(&gHooksTrace);
175 setGlThreadSpecific(GLTrace_getGLHooks());
178 setGlThreadSpecific(value);
206 setGlThreadSpecific(value);
354 void setGlThreadSpecific(gl_hooks_t const *value) {
368 void setGlThreadSpecific(gl_hooks_t const *value) {
  /frameworks/native/opengl/libs/
hooks.h 86 EGLAPI void setGlThreadSpecific(gl_hooks_t const *value);
  /frameworks/native/opengl/libagl/
context.h 580 inline void setGlThreadSpecific(ogles_context_t *value) {
588 inline void setGlThreadSpecific(ogles_context_t *value) {
egl.cpp     [all...]

Completed in 48 milliseconds