Searched refs:getGlThreadSpecific (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp78 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
82 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
/frameworks/native/opengl/libs/
H A Dhooks.h85 EGLAPI gl_hooks_t const* getGlThreadSpecific();
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp148 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
153 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
/frameworks/native/opengl/libs/EGL/
H A Degl.cpp353 gl_hooks_t const* getGlThreadSpecific() { function in namespace:android
366 gl_hooks_t const* getGlThreadSpecific() { function in namespace:android
/frameworks/native/opengl/libagl/
H A Dcontext.h583 inline ogles_context_t* getGlThreadSpecific() { function in namespace:android::gl
591 inline ogles_context_t* getGlThreadSpecific() { function in namespace:android::gl
631 return getGlThreadSpecific();
H A Degl.cpp1167 ogles_context_t* current = (ogles_context_t*)getGlThreadSpecific();
1717 current_ctx = (EGLContext)getGlThreadSpecific();
1800 return (EGLContext)getGlThreadSpecific();
1808 EGLContext ctx = (EGLContext)getGlThreadSpecific();
1824 EGLContext ctx = (EGLContext)getGlThreadSpecific();

Completed in 82 milliseconds