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

  /frameworks/native/opengl/libs/EGL/
egl_tls.h 74 extern gl_hooks_t const* getGLTraceThreadSpecific();
trace.cpp 331 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; \
egl.cpp 104 gl_hooks_t const* getGLTraceThreadSpecific() {
eglApi.cpp     [all...]

Completed in 151 milliseconds