OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGLTraceThreadSpecific
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/opengl/libs/EGL/
egl_tls.h
75
extern gl_hooks_t const*
getGLTraceThreadSpecific
();
trace.cpp
323
gl_hooks_t::gl_t const * const _c = &
getGLTraceThreadSpecific
()->gl; \
330
gl_hooks_t::gl_t const * const _c = &
getGLTraceThreadSpecific
()->gl; \
360
gl_hooks_t::gl_t const * const _c = &
getGLTraceThreadSpecific
()->gl; \
367
gl_hooks_t::gl_t const * const _c = &
getGLTraceThreadSpecific
()->gl; \
egl.cpp
76
gl_hooks_t const*
getGLTraceThreadSpecific
() {
Completed in 32 milliseconds