Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
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; \
Degl_tls.h74 extern gl_hooks_t const* getGLTraceThreadSpecific();
Degl.cpp104 gl_hooks_t const* getGLTraceThreadSpecific() { in getGLTraceThreadSpecific() function
DeglApi.cpp1092 gl_hooks_t const *trace_hooks = getGLTraceThreadSpecific(); in eglSwapBuffersWithDamageKHR()