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

/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp44 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/
H A Dhooks.h87 inline EGLAPI gl_hooks_t const* getGlThreadSpecific() { function in namespace:android
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp100 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/
H A Dcontext.h588 inline ogles_context_t* getGlThreadSpecific() { function in namespace:android::gl
596 inline ogles_context_t* getGlThreadSpecific() { function in namespace:android::gl
636 return getGlThreadSpecific();
H A Degl.cpp1184 ogles_context_t* current = (ogles_context_t*)getGlThreadSpecific();
1736 current_ctx = (EGLContext)getGlThreadSpecific();
1824 return (EGLContext)getGlThreadSpecific();
1832 EGLContext ctx = (EGLContext)getGlThreadSpecific();
1848 EGLContext ctx = (EGLContext)getGlThreadSpecific();

Completed in 83 milliseconds