Searched refs:debugTypesEnabled (Results 1 – 4 of 4) sorted by relevance
75 unsigned int debugTypesEnabled; member
108 .debugTypesEnabled = _EGL_DEBUG_BIT_CRITICAL | _EGL_DEBUG_BIT_ERROR,
185 if (_eglGlobal.debugTypesEnabled & DebugBitFromType(type)) in _eglDebugReport()
2486 newEnabled = _eglGlobal.debugTypesEnabled; in eglDebugMessageControlKHR()2514 _eglGlobal.debugTypesEnabled = newEnabled; in eglDebugMessageControlKHR()2517 _eglGlobal.debugTypesEnabled = _EGL_DEBUG_BIT_CRITICAL | _EGL_DEBUG_BIT_ERROR; in eglDebugMessageControlKHR()2536 if (_eglGlobal.debugTypesEnabled & DebugBitFromType(attribute)) in eglQueryDebugKHR()