Home
last modified time | relevance | path

Searched refs:CurrentAPIIndex (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/egl/main/
Deglcurrent.c149 t->CurrentAPIIndex = _eglConvertApiToIndex(EGL_OPENGL_ES_API); in _eglInitThreadInfo()
260 return t->CurrentContexts[t->CurrentAPIIndex]; in _eglGetCurrentContext()
Deglcurrent.h56 EGLint CurrentAPIIndex; member
Deglapi.c753 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()
Deglcontext.c458 _eglConvertApiToIndex(ctx->ClientAPI) : t->CurrentAPIIndex; in _eglBindContextToThread()