Searched refs:CurrentAPIIndex (Results 1 – 4 of 4) sorted by relevance
149 t->CurrentAPIIndex = _eglConvertApiToIndex(EGL_OPENGL_ES_API); in _eglInitThreadInfo()260 return t->CurrentContexts[t->CurrentAPIIndex]; in _eglGetCurrentContext()
56 EGLint CurrentAPIIndex; member
753 EGLint api_index = t->CurrentAPIIndex; in eglWaitGL()760 t->CurrentAPIIndex = es_index; in eglWaitGL()762 t->CurrentAPIIndex = api_index; in eglWaitGL()1224 t->CurrentAPIIndex = _eglConvertApiToIndex(api); in eglBindAPI()1240 ret = _eglConvertApiFromIndex(t->CurrentAPIIndex); in eglQueryAPI()1273 EGLint api_index = t->CurrentAPIIndex; in eglReleaseThread()1282 t->CurrentAPIIndex = i; in eglReleaseThread()1291 t->CurrentAPIIndex = api_index; in eglReleaseThread()
458 _eglConvertApiToIndex(ctx->ClientAPI) : t->CurrentAPIIndex; in _eglBindContextToThread()