Home
last modified time | relevance | path

Searched refs:DEBUG_COLOR (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/common/
Dgen_debug.h84 #define DEBUG_COLOR (1ull << 40) macro
Dgen_debug.c86 { "color", DEBUG_COLOR },
/external/pdfium/third_party/libtiff/
Dtif_fax3.c651 #define DEBUG_COLOR(w) (tab == TIFFFaxWhiteCodes ? w "W" : w "B") macro
654 printf("%08X/%-2d: %s%5d\t", data, bit, DEBUG_COLOR(what), len); \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c529 bool color = INTEL_DEBUG & DEBUG_COLOR; in do_batch_dump()