Home
last modified time | relevance | path

Searched refs:glFlushMutex (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c490 static mtx_t glFlushMutex = _MTX_INITIALIZER_NP; in wgl_gl_flush() local
492 mtx_lock(&glFlushMutex); in wgl_gl_flush()
495 mtx_unlock(&glFlushMutex); in wgl_gl_flush()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c141 static mtx_t glFlushMutex = _MTX_INITIALIZER_NP; in dri2_gl_flush() local
143 mtx_lock(&glFlushMutex); in dri2_gl_flush()
146 mtx_unlock(&glFlushMutex); in dri2_gl_flush()

Completed in 6 milliseconds