/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_hooks.h | 25 using ::android::gl_hooks_t; 27 gl_hooks_t *getGLHooks();
|
gltrace_hooks.cpp | 26 EGLAPI gl_hooks_t gHooksDebug = { 36 gl_hooks_t *getGLHooks() {
|
gltrace_context.h | 30 using ::android::gl_hooks_t; 67 gl_hooks_t *hooks;
|
gltrace_eglapi.cpp | 177 void GLTrace_eglMakeCurrent(const unsigned version, gl_hooks_t *hooks, EGLContext c) { 206 gl_hooks_t *GLTrace_getGLHooks() {
|
gltrace_context.cpp | 29 using ::android::gl_hooks_t;
|
/frameworks/native/opengl/libs/ |
glestrace.h | 28 void GLTrace_eglMakeCurrent(unsigned version, gl_hooks_t *hooks, EGLContext c); 37 gl_hooks_t *GLTrace_getGLHooks();
|
hooks.h | 75 struct gl_hooks_t { struct in namespace:android 86 EGLAPI void setGlThreadSpecific(gl_hooks_t const *value); 87 EGLAPI gl_hooks_t const* getGlThreadSpecific();
|
/frameworks/native/opengl/libs/EGL/ |
egldefs.h | 42 gl_hooks_t * hooks[2]; 53 extern gl_hooks_t gHooks[2]; 54 extern gl_hooks_t gHooksNoContext;
|
egl.cpp | 50 gl_hooks_t gHooks[2]; 51 gl_hooks_t gHooksNoContext; 87 extern gl_hooks_t gHooksTrace; 88 extern gl_hooks_t gHooksSystrace; 89 extern gl_hooks_t gHooksErrorTrace; 99 static inline void setGlTraceThreadSpecific(gl_hooks_t const *value) { 103 gl_hooks_t const* getGLTraceThreadSpecific() { 104 return static_cast<gl_hooks_t*>(pthread_getspecific(gGLTraceKey)); 163 void setGLHooksThreadSpecific(gl_hooks_t const *value) { 205 void setGLHooksThreadSpecific(gl_hooks_t const *value) [all...] |
egl_tls.h | 73 extern gl_hooks_t const* getGLTraceThreadSpecific();
|
trace.cpp | 331 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \ 338 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \ 350 EGLAPI gl_hooks_t gHooksTrace = { 367 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \ 374 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \ 392 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \ 399 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \ 411 EGLAPI gl_hooks_t gHooksSystrace = { 443 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \ 450 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; [all...] |
getProcAddress.cpp | 56 [api] "J"(__builtin_offsetof(gl_hooks_t, \ 87 [API] "I"(__builtin_offsetof(gl_hooks_t, \
|
eglApi.cpp | 172 extern void setGLHooksThreadSpecific(gl_hooks_t const *value); 177 extern gl_hooks_t gHooksTrace; 843 gl_hooks_t *debugHooks = GLTrace_getGLHooks(); 952 gl_hooks_t const *trace_hooks = getGLTraceThreadSpecific(); [all...] |
egl_display.cpp | 42 extern void setGLHooksThreadSpecific(gl_hooks_t const *value);
|
/frameworks/native/opengl/libs/GLES2/ |
gl2.cpp | 61 [api] "J"(__builtin_offsetof(gl_hooks_t, gl._api)) \ 93 [API] "I"(__builtin_offsetof(gl_hooks_t, gl._api)) \ 112 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \ 116 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
|
/frameworks/native/opengl/libs/GLES_CM/ |
gl.cpp | 116 [api] "J"(__builtin_offsetof(gl_hooks_t, gl._api)) \ 148 [API] "I"(__builtin_offsetof(gl_hooks_t, gl._api)) \ 179 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \ 184 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
|