Searched defs:GR_RELEASE (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
86 #ifdef GR_RELEASE
87 #define GR_DEBUG !GR_RELEASE
97 #ifndef GR_RELEASE
98 #define GR_RELEASE !GR_DEBUG macro
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

Completed in 83 milliseconds