OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentContexts
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/egl/main/
eglcurrent.h
54
_EGLContext *
CurrentContexts
[_EGL_API_NUM_APIS];
eglcurrent.c
249
return t->
CurrentContexts
[_eglConvertApiToIndex(api)];
260
return t->
CurrentContexts
[t->CurrentAPIIndex];
eglcontext.c
460
oldCtx = t->
CurrentContexts
[apiIndex];
467
t->
CurrentContexts
[apiIndex] = ctx;
eglapi.c
[
all
...]
Completed in 3896 milliseconds