HomeSort by relevance Sort by last modified time
    Searched refs:_eglLockMutex (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/egl/main/
eglmutex.h 51 _eglLockMutex(_EGLMutex *m)
71 static INLINE void _eglLockMutex(_EGLMutex *m) { (void) m; }
egllog.c 85 _eglLockMutex(&logging.mutex);
114 _eglLockMutex(&logging.mutex);
191 _eglLockMutex(&logging.mutex);
eglglobals.c 68 _eglLockMutex(_eglGlobal.Mutex);
eglcurrent.c 77 _eglLockMutex(&_egl_TSDMutex);
92 _eglLockMutex(&_egl_TSDMutex);
egldisplay.c 257 _eglLockMutex(_eglGlobal.Mutex);
341 _eglLockMutex(_eglGlobal.Mutex);
eglscreen.c 73 _eglLockMutex(&_eglNextScreenHandleMutex);
eglapi.c 276 _eglLockMutex(&dpy->Mutex);
733 _eglLockMutex(&disp->Mutex);
779 _eglLockMutex(&disp->Mutex);
    [all...]
egldriver.c 633 _eglLockMutex(&_eglModuleMutex);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_sync.c 54 _eglLockMutex(&dpy->Mutex);
112 _eglLockMutex(&dpy->Mutex);
egl_g3d_st.c 63 _eglLockMutex(&gsmapi->display->Mutex);

Completed in 3044 milliseconds