Searched refs:gl_hooks_t (Results 1 - 16 of 16) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_hooks.h25 using ::android::gl_hooks_t;
27 gl_hooks_t *getGLHooks();
H A Dgltrace_hooks.cpp26 EGLAPI gl_hooks_t gHooksDebug = {
36 gl_hooks_t *getGLHooks() {
H A Dgltrace_context.h30 using ::android::gl_hooks_t;
73 gl_hooks_t *hooks;
H A Dgltrace_eglapi.cpp177 void GLTrace_eglMakeCurrent(const unsigned version, gl_hooks_t *hooks, EGLContext c) {
206 gl_hooks_t *GLTrace_getGLHooks() {
H A Dgltrace_context.cpp29 using ::android::gl_hooks_t;
/frameworks/native/opengl/libs/
H A Dglestrace.h28 void GLTrace_eglMakeCurrent(unsigned version, gl_hooks_t *hooks, EGLContext c);
37 gl_hooks_t *GLTrace_getGLHooks();
H A Dhooks.h65 struct gl_hooks_t { struct in namespace:android
76 EGLAPI void setGlThreadSpecific(gl_hooks_t const *value);
79 inline gl_hooks_t const * volatile * get_tls_hooks() {
81 gl_hooks_t const * volatile * tls_hooks =
82 reinterpret_cast<gl_hooks_t const * volatile *>(tls_base);
86 inline EGLAPI gl_hooks_t const* getGlThreadSpecific() {
87 gl_hooks_t const * volatile * tls_hooks = get_tls_hooks();
88 gl_hooks_t const* hooks = tls_hooks[TLS_SLOT_OPENGL_API];
/frameworks/native/opengl/libs/EGL/
H A Degldefs.h42 gl_hooks_t * hooks[2];
54 extern gl_hooks_t gHooks[2];
55 extern gl_hooks_t gHooksNoContext;
H A Degl.cpp51 gl_hooks_t gHooks[2];
52 gl_hooks_t gHooksNoContext;
88 extern gl_hooks_t gHooksTrace;
89 extern gl_hooks_t gHooksSystrace;
90 extern gl_hooks_t gHooksErrorTrace;
100 static inline void setGlTraceThreadSpecific(gl_hooks_t const *value) {
104 gl_hooks_t const* getGLTraceThreadSpecific() {
105 return static_cast<gl_hooks_t*>(pthread_getspecific(gGLTraceKey));
164 void setGLHooksThreadSpecific(gl_hooks_t const *value) {
206 void setGLHooksThreadSpecific(gl_hooks_t cons
[all...]
H A Dtrace.cpp331 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 = {
373 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
380 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
392 EGLAPI gl_hooks_t gHooksSystrace = {
424 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
431 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
445 EGLAPI gl_hooks_t gHooksErrorTrace = {
H A DgetProcAddress.cpp54 [api] "J"(__builtin_offsetof(gl_hooks_t, \
74 [api] "i" (__builtin_offsetof(gl_hooks_t, \
96 [api] "i" (__builtin_offsetof(gl_hooks_t, \
118 [api] "i" (__builtin_offsetof(gl_hooks_t, \
149 [API] "I"(__builtin_offsetof(gl_hooks_t, \
H A Degl_tls.h74 extern gl_hooks_t const* getGLTraceThreadSpecific();
H A DeglApi.cpp186 extern void setGLHooksThreadSpecific(gl_hooks_t const *value);
191 extern gl_hooks_t gHooksTrace;
952 gl_hooks_t *debugHooks = GLTrace_getGLHooks();
1059 gl_hooks_t const *trace_hooks = getGLTraceThreadSpecific();
H A Degl_display.cpp43 extern void setGLHooksThreadSpecific(gl_hooks_t const *value);
/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp44 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
61 [api] "J"(__builtin_offsetof(gl_hooks_t, gl._api)) \
79 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
98 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
117 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
149 [API] "I"(__builtin_offsetof(gl_hooks_t, gl._api)) \
182 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp100 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
117 [api] "J"(__builtin_offsetof(gl_hooks_t, gl._api)) \
135 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
154 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
173 [api] "i" (__builtin_offsetof(gl_hooks_t, gl._api)) \
205 [API] "I"(__builtin_offsetof(gl_hooks_t, gl._api)) \
236 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;

Completed in 2708 milliseconds