Lines Matching refs:_eglGlobal
723 RETURN_EGL_SUCCESS(NULL, _eglGlobal.ClientExtensionString);
2472 mtx_lock(_eglGlobal.Mutex);
2474 newEnabled = _eglGlobal.debugTypesEnabled;
2492 mtx_unlock(_eglGlobal.Mutex);
2501 _eglGlobal.debugCallback = callback;
2502 _eglGlobal.debugTypesEnabled = newEnabled;
2504 _eglGlobal.debugCallback = NULL;
2505 _eglGlobal.debugTypesEnabled = _EGL_DEBUG_BIT_CRITICAL | _EGL_DEBUG_BIT_ERROR;
2508 mtx_unlock(_eglGlobal.Mutex);
2517 mtx_lock(_eglGlobal.Mutex);
2524 if (_eglGlobal.debugTypesEnabled & DebugBitFromType(attribute))
2530 *value = (EGLAttrib) _eglGlobal.debugCallback;
2533 mtx_unlock(_eglGlobal.Mutex);
2539 mtx_unlock(_eglGlobal.Mutex);