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;
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 65 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/
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...]
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...]
egl_tls.h 74 extern gl_hooks_t const* getGLTraceThreadSpecific();
getProcAddress.cpp 54 [api] "J"(__builtin_offsetof(gl_hooks_t, \
85 [API] "I"(__builtin_offsetof(gl_hooks_t, \
eglApi.cpp 186 extern void setGLHooksThreadSpecific(gl_hooks_t const *value);
191 extern gl_hooks_t gHooksTrace;
947 gl_hooks_t *debugHooks = GLTrace_getGLHooks();
    [all...]
egl_display.cpp 43 extern void setGLHooksThreadSpecific(gl_hooks_t const *value);
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 57 [api] "J"(__builtin_offsetof(gl_hooks_t, gl._api)) \
89 [API] "I"(__builtin_offsetof(gl_hooks_t, gl._api)) \
98 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
129 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 109 [api] "J"(__builtin_offsetof(gl_hooks_t, gl._api)) \
141 [API] "I"(__builtin_offsetof(gl_hooks_t, gl._api)) \
150 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
178 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;

Completed in 2624 milliseconds