Searched defs:_eglGlobal (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglglobals.c40 struct _egl_global _eglGlobal = variable in typeref:struct:_egl_global
57 for (i = _eglGlobal.NumAtExitCalls - 1; i >= 0; i--)
58 _eglGlobal.AtExitCalls[i]();
68 _eglLockMutex(_eglGlobal.Mutex);
75 assert(_eglGlobal.NumAtExitCalls < ARRAY_SIZE(_eglGlobal.AtExitCalls));
76 _eglGlobal.AtExitCalls[_eglGlobal.NumAtExitCalls++] = func;
78 _eglUnlockMutex(_eglGlobal.Mutex);
/external/mesa3d/src/egl/main/
H A Deglglobals.c40 struct _egl_global _eglGlobal = variable in typeref:struct:_egl_global
57 for (i = _eglGlobal.NumAtExitCalls - 1; i >= 0; i--)
58 _eglGlobal.AtExitCalls[i]();
68 _eglLockMutex(_eglGlobal.Mutex);
75 assert(_eglGlobal.NumAtExitCalls < ARRAY_SIZE(_eglGlobal.AtExitCalls));
76 _eglGlobal.AtExitCalls[_eglGlobal.NumAtExitCalls++] = func;
78 _eglUnlockMutex(_eglGlobal.Mutex);

Completed in 101 milliseconds