Lines Matching refs:_eglGlobal
726 RETURN_EGL_SUCCESS(NULL, _eglGlobal.ClientExtensionString); in eglQueryString()
2484 mtx_lock(_eglGlobal.Mutex); in eglDebugMessageControlKHR()
2486 newEnabled = _eglGlobal.debugTypesEnabled; in eglDebugMessageControlKHR()
2504 mtx_unlock(_eglGlobal.Mutex); in eglDebugMessageControlKHR()
2513 _eglGlobal.debugCallback = callback; in eglDebugMessageControlKHR()
2514 _eglGlobal.debugTypesEnabled = newEnabled; in eglDebugMessageControlKHR()
2516 _eglGlobal.debugCallback = NULL; in eglDebugMessageControlKHR()
2517 _eglGlobal.debugTypesEnabled = _EGL_DEBUG_BIT_CRITICAL | _EGL_DEBUG_BIT_ERROR; in eglDebugMessageControlKHR()
2520 mtx_unlock(_eglGlobal.Mutex); in eglDebugMessageControlKHR()
2529 mtx_lock(_eglGlobal.Mutex); in eglQueryDebugKHR()
2536 if (_eglGlobal.debugTypesEnabled & DebugBitFromType(attribute)) in eglQueryDebugKHR()
2542 *value = (EGLAttrib) _eglGlobal.debugCallback; in eglQueryDebugKHR()
2545 mtx_unlock(_eglGlobal.Mutex); in eglQueryDebugKHR()
2551 mtx_unlock(_eglGlobal.Mutex); in eglQueryDebugKHR()