Searched refs:CurrentContexts (Results 1 – 8 of 8) sorted by relevance
249 return t->CurrentContexts[_eglConvertApiToIndex(api)]; in _eglGetAPIContext()260 return t->CurrentContexts[t->CurrentAPIIndex]; in _eglGetCurrentContext()
54 _EGLContext *CurrentContexts[_EGL_API_NUM_APIS]; member
460 oldCtx = t->CurrentContexts[apiIndex]; in _eglBindContextToThread()467 t->CurrentContexts[apiIndex] = ctx; in _eglBindContextToThread()
1277 _EGLContext *ctx = t->CurrentContexts[i]; in eglReleaseThread()