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

  /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;
66 gl_hooks_t *hooks;
gltrace_eglapi.cpp 141 void GLTrace_eglMakeCurrent(const unsigned version, gl_hooks_t *hooks, EGLContext c) {
159 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 73 struct gl_hooks_t { struct in namespace:android
84 EGLAPI void setGlThreadSpecific(gl_hooks_t const *value);
85 EGLAPI gl_hooks_t const* getGlThreadSpecific();
  /frameworks/native/opengl/libs/EGL/
egldefs.h 42 gl_hooks_t * hooks[2];
50 extern gl_hooks_t gHooks[2];
51 extern gl_hooks_t gHooksNoContext;
egl.cpp 52 gl_hooks_t gHooks[2];
53 gl_hooks_t gHooksNoContext;
81 extern gl_hooks_t gHooksTrace;
83 static inline void setGlTraceThreadSpecific(gl_hooks_t const *value) {
87 gl_hooks_t const* getGLTraceThreadSpecific() {
88 return static_cast<gl_hooks_t*>(pthread_getspecific(gGLTraceKey));
127 void setGLHooksThreadSpecific(gl_hooks_t const *value) {
159 void setGLHooksThreadSpecific(gl_hooks_t const *value) {
299 static inline gl_hooks_t const * volatile * get_tls_hooks() {
301 gl_hooks_t const * volatile * tls_hooks
    [all...]
egl_tls.h 74 extern gl_hooks_t const* getGLTraceThreadSpecific();
trace.cpp 323 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
330 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
342 EGLAPI gl_hooks_t gHooksTrace = {
360 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
367 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
getProcAddress.cpp 62 [api] "J"(__builtin_offsetof(gl_hooks_t, \
egl_display.cpp 66 extern void setGLHooksThreadSpecific(gl_hooks_t const *value);
eglApi.cpp 97 extern void setGLHooksThreadSpecific(gl_hooks_t const *value);
101 extern gl_hooks_t gHooksTrace;
694 gl_hooks_t *debugHooks = GLTrace_getGLHooks();
    [all...]
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 67 [api] "J"(__builtin_offsetof(gl_hooks_t, gl._api)) \
82 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
92 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
98 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 121 [api] "J"(__builtin_offsetof(gl_hooks_t, gl._api)) \
148 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
153 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \

Completed in 82 milliseconds