Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
Dhooks.h91 inline EGLAPI gl_hooks_t const* getGlThreadSpecific() { in getGlThreadSpecific() function
/frameworks/native/opengl/libs/GLES_CM/
Dgl.cpp102 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
352 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetString()
/frameworks/native/opengl/libagl/
Dcontext.h588 inline ogles_context_t* getGlThreadSpecific() { in getGlThreadSpecific() function
596 inline ogles_context_t* getGlThreadSpecific() { in getGlThreadSpecific() function
636 return getGlThreadSpecific(); in get()
Degl.cpp1224 ogles_context_t* current = (ogles_context_t*)getGlThreadSpecific(); in makeCurrent()
1779 current_ctx = (EGLContext)getGlThreadSpecific(); in eglMakeCurrent()
1866 return (EGLContext)getGlThreadSpecific(); in eglGetCurrentContext()
1874 EGLContext ctx = (EGLContext)getGlThreadSpecific(); in eglGetCurrentSurface()
1890 EGLContext ctx = (EGLContext)getGlThreadSpecific(); in eglGetCurrentDisplay()
/frameworks/native/opengl/libs/GLES2/
Dgl2.cpp46 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp2569 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetStringImpl()
2578 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetStringiImpl()
2593 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetBooleanvImpl()
2606 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetFloatvImpl()
2619 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetIntegervImpl()
2632 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetInteger64vImpl()