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

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglmutex.h37 typedef pthread_mutex_t _EGLMutex; typedef
39 static INLINE void _eglInitMutex(_EGLMutex *m)
45 _eglDestroyMutex(_EGLMutex *m)
51 _eglLockMutex(_EGLMutex *m)
57 _eglUnlockMutex(_EGLMutex *m)
64 _EGLMutex m = _EGL_MUTEX_INITIALIZER
68 typedef int _EGLMutex; typedef
69 static INLINE void _eglInitMutex(_EGLMutex *m) { (void) m; }
70 static INLINE void _eglDestroyMutex(_EGLMutex *m) { (void) m; }
71 static INLINE void _eglLockMutex(_EGLMutex *
[all...]
/external/mesa3d/src/egl/main/
H A Deglmutex.h37 typedef pthread_mutex_t _EGLMutex; typedef
39 static INLINE void _eglInitMutex(_EGLMutex *m)
45 _eglDestroyMutex(_EGLMutex *m)
51 _eglLockMutex(_EGLMutex *m)
57 _eglUnlockMutex(_EGLMutex *m)
64 _EGLMutex m = _EGL_MUTEX_INITIALIZER
68 typedef int _EGLMutex; typedef
69 static INLINE void _eglInitMutex(_EGLMutex *m) { (void) m; }
70 static INLINE void _eglDestroyMutex(_EGLMutex *m) { (void) m; }
71 static INLINE void _eglLockMutex(_EGLMutex *
[all...]

Completed in 250 milliseconds