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

/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp98 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
129 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
/frameworks/native/opengl/libs/
H A Dhooks.h86 inline EGLAPI gl_hooks_t const* getGlThreadSpecific() { function in namespace:android
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp150 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
178 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl;
/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();
1718 current_ctx = (EGLContext)getGlThreadSpecific();
1806 return (EGLContext)getGlThreadSpecific();
1814 EGLContext ctx = (EGLContext)getGlThreadSpecific();
1830 EGLContext ctx = (EGLContext)getGlThreadSpecific();

Completed in 102 milliseconds