Home
last modified time | relevance | path

Searched refs:DebugBitFromType (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/egl/main/
Deglglobals.h85 static inline unsigned int DebugBitFromType(EGLenum type) in DebugBitFromType() function
Deglcurrent.c185 if (_eglGlobal.debugTypesEnabled & DebugBitFromType(type)) in _eglDebugReport()
Deglapi.c2497 newEnabled |= DebugBitFromType(attrib_list[i]); in eglDebugMessageControlKHR()
2499 newEnabled &= ~DebugBitFromType(attrib_list[i]); in eglDebugMessageControlKHR()
2536 if (_eglGlobal.debugTypesEnabled & DebugBitFromType(attribute)) in eglQueryDebugKHR()