OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlThreadSpecific
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/opengl/libs/GLES2/
gl2.cpp
44
gl_hooks_t::gl_t const * const _c = &
getGlThreadSpecific
()->gl; \
226
gl_hooks_t::gl_t const * const _c = &
getGlThreadSpecific
()->gl;
235
gl_hooks_t::gl_t const * const _c = &
getGlThreadSpecific
()->gl;
250
gl_hooks_t::gl_t const * const _c = &
getGlThreadSpecific
()->gl;
263
gl_hooks_t::gl_t const * const _c = &
getGlThreadSpecific
()->gl;
276
gl_hooks_t::gl_t const * const _c = &
getGlThreadSpecific
()->gl;
289
gl_hooks_t::gl_t const * const _c = &
getGlThreadSpecific
()->gl;
/frameworks/native/opengl/libs/
hooks.h
87
inline EGLAPI gl_hooks_t const*
getGlThreadSpecific
() {
/frameworks/native/opengl/libs/GLES_CM/
gl.cpp
100
gl_hooks_t::gl_t const * const _c = &
getGlThreadSpecific
()->gl; \
271
gl_hooks_t::gl_t const * const _c = &
getGlThreadSpecific
()->gl;
/frameworks/native/opengl/libagl/
context.h
588
inline ogles_context_t*
getGlThreadSpecific
() {
596
inline ogles_context_t*
getGlThreadSpecific
() {
636
return
getGlThreadSpecific
();
egl.cpp
[
all
...]
Completed in 1390 milliseconds