Searched refs:getGLTraceThreadSpecific (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_tls.h74 extern gl_hooks_t const* getGLTraceThreadSpecific();
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; \
373 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
380 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
424 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
431 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
H A Degl.cpp104 gl_hooks_t const* getGLTraceThreadSpecific() { function in namespace:android
H A DeglApi.cpp1059 gl_hooks_t const *trace_hooks = getGLTraceThreadSpecific();

Completed in 49 milliseconds