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

  /frameworks/native/opengl/libs/EGL/
egl_tls.h 74 extern gl_hooks_t const* getGLTraceThreadSpecific();
trace.cpp 332 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
339 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
368 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
375 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
393 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
400 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
444 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
451 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
egl.cpp 98 gl_hooks_t const* getGLTraceThreadSpecific() {

Completed in 1125 milliseconds