Searched refs:debugTypesEnabled (Results 1 – 4 of 4) sorted by relevance
71 unsigned int debugTypesEnabled; member
85 .debugTypesEnabled = _EGL_DEBUG_BIT_CRITICAL | _EGL_DEBUG_BIT_ERROR,
308 if (_eglGlobal.debugTypesEnabled & DebugBitFromType(type)) in _eglDebugReport()
2410 newEnabled = _eglGlobal.debugTypesEnabled; in eglDebugMessageControlKHR()2438 _eglGlobal.debugTypesEnabled = newEnabled; in eglDebugMessageControlKHR()2441 _eglGlobal.debugTypesEnabled = _EGL_DEBUG_BIT_CRITICAL | _EGL_DEBUG_BIT_ERROR; in eglDebugMessageControlKHR()2460 if (_eglGlobal.debugTypesEnabled & DebugBitFromType(attribute)) in eglQueryDebugKHR()