Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcurrent.c149 t->CurrentAPIIndex = _eglConvertApiToIndex(EGL_OPENGL_ES_API); in _eglInitThreadInfo()
249 return t->CurrentContexts[_eglConvertApiToIndex(api)]; in _eglGetAPIContext()
Deglcurrent.h75 _eglConvertApiToIndex(EGLenum api) in _eglConvertApiToIndex() function
Deglcontext.c458 _eglConvertApiToIndex(ctx->ClientAPI) : t->CurrentAPIIndex; in _eglBindContextToThread()
Deglapi.c754 EGLint es_index = _eglConvertApiToIndex(EGL_OPENGL_ES_API); in eglWaitGL()
1224 t->CurrentAPIIndex = _eglConvertApiToIndex(api); in eglBindAPI()