HomeSort by relevance Sort by last modified time
    Searched refs:GR_RELEASE (Results 1 - 3 of 3) sorted by null

  /external/skia/include/gpu/
GrUserConfig.h 18 #undef GR_RELEASE
20 #define GR_RELEASE 0
GrConfig.h 88 // we need both GR_DEBUG and GR_RELEASE to be defined as 0 or 1
91 #ifdef GR_RELEASE
92 #define GR_DEBUG !GR_RELEASE
102 #ifndef GR_RELEASE
103 #define GR_RELEASE !GR_DEBUG
106 #if GR_DEBUG == GR_RELEASE
107 #error "GR_DEBUG and GR_RELEASE must not be the same"
145 * e.g. it can specify GR_DEBUG/GR_RELEASE as it please, change the BUILD
SkGr.h 28 #if (GR_DEBUG && defined(SK_RELEASE)) || (GR_RELEASE && defined(SK_DEBUG))

Completed in 57 milliseconds