Searched refs:DebugBitFromType (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglglobals.h83 static inline unsigned int DebugBitFromType(EGLenum type) function in typeref:typename:unsigned int
H A Deglcurrent.c306 if (_eglGlobal.debugTypesEnabled & DebugBitFromType(type))
H A Deglapi.c2453 newEnabled |= DebugBitFromType(attrib_list[i]);
2455 newEnabled &= ~DebugBitFromType(attrib_list[i]);
2492 if (_eglGlobal.debugTypesEnabled & DebugBitFromType(attribute))
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglglobals.h85 static inline unsigned int DebugBitFromType(EGLenum type) function in typeref:typename:unsigned int
H A Deglcurrent.c313 if (_eglGlobal.debugTypesEnabled & DebugBitFromType(type))
H A Deglapi.c2485 newEnabled |= DebugBitFromType(attrib_list[i]);
2487 newEnabled &= ~DebugBitFromType(attrib_list[i]);
2524 if (_eglGlobal.debugTypesEnabled & DebugBitFromType(attribute))

Completed in 15 milliseconds