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 167 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) {
  /frameworks/native/opengl/libs/
hooks.h 76 EGLAPI void setGlThreadSpecific(gl_hooks_t const *value);
  /frameworks/native/opengl/libagl/
context.h 584 inline void setGlThreadSpecific(ogles_context_t *value) {
592 inline void setGlThreadSpecific(ogles_context_t *value) {
egl.cpp     [all...]

Completed in 5490 milliseconds