Searched refs:DEBUG_OPENGL (Results 1 – 3 of 3) sorted by relevance
24 #if DEBUG_OPENGL >= DEBUG_LEVEL_HIGH && !defined(HWUI_GLES_WRAP_ENABLED)25 #error Setting DEBUG_OPENGL to HIGH requires setting HWUI_ENABLE_OPENGL_VALIDATION to true in the A…32 #if DEBUG_OPENGL >= DEBUG_LEVEL_HIGH in dumpGLErrors()
27 #if DEBUG_OPENGL29 do { if (DEBUG_OPENGL >= DEBUG_LEVEL_##LEVEL) {\
29 #ifndef DEBUG_OPENGL30 #define DEBUG_OPENGL DEBUG_LEVEL_LOW macro