Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/GLES2/
Dgl2.cpp46 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
306 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetString()
315 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetStringi()
330 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetBooleanv()
343 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetFloatv()
356 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetIntegerv()
369 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetInteger64v()
/frameworks/native/opengl/libs/
Dhooks.h87 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()