Searched defs:GR_DEBUG (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/gpu/
H A DGrConfig.h83 // we need both GR_DEBUG and GR_RELEASE to be defined as 0 or 1
85 #ifndef GR_DEBUG
87 #define GR_DEBUG !GR_RELEASE macro
90 #define GR_DEBUG 0 macro
92 #define GR_DEBUG 1 macro
98 #define GR_RELEASE !GR_DEBUG
101 #if GR_DEBUG == GR_RELEASE
102 #error "GR_DEBUG and GR_RELEASE must not be the same"
136 * e.g. it can specify GR_DEBUG/GR_RELEASE as it please, change the BUILD
236 #if GR_DEBUG
[all...]

Completed in 48 milliseconds