Home
last modified time | relevance | path

Searched refs:CurrentContexts (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/egl/main/
Deglcurrent.c249 return t->CurrentContexts[_eglConvertApiToIndex(api)]; in _eglGetAPIContext()
260 return t->CurrentContexts[t->CurrentAPIIndex]; in _eglGetCurrentContext()
Deglcurrent.h54 _EGLContext *CurrentContexts[_EGL_API_NUM_APIS]; member
Deglcontext.c460 oldCtx = t->CurrentContexts[apiIndex]; in _eglBindContextToThread()
467 t->CurrentContexts[apiIndex] = ctx; in _eglBindContextToThread()
Deglapi.c1277 _EGLContext *ctx = t->CurrentContexts[i]; in eglReleaseThread()
/external/chromium_org/third_party/mesa/src/src/egl/main/
Deglcurrent.c249 return t->CurrentContexts[_eglConvertApiToIndex(api)]; in _eglGetAPIContext()
260 return t->CurrentContexts[t->CurrentAPIIndex]; in _eglGetCurrentContext()
Deglcurrent.h54 _EGLContext *CurrentContexts[_EGL_API_NUM_APIS]; member
Deglcontext.c460 oldCtx = t->CurrentContexts[apiIndex]; in _eglBindContextToThread()
467 t->CurrentContexts[apiIndex] = ctx; in _eglBindContextToThread()
Deglapi.c1277 _EGLContext *ctx = t->CurrentContexts[i]; in eglReleaseThread()