Searched refs:getGlThreadSpecific (Results 1 – 5 of 5) sorted by relevance
46 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()
87 inline EGLAPI gl_hooks_t const* getGlThreadSpecific() { in getGlThreadSpecific() function
102 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \352 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; in glGetString()
588 inline ogles_context_t* getGlThreadSpecific() { in getGlThreadSpecific() function596 inline ogles_context_t* getGlThreadSpecific() { in getGlThreadSpecific() function636 return getGlThreadSpecific(); in get()
1224 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()