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

  /external/skia/gpu/include/
GrUserConfig.h 25 #undef GR_RELEASE
27 #define GR_RELEASE 0
GrConfig.h 90 // we need both GR_DEBUG and GR_RELEASE to be defined as 0 or 1
93 #ifdef GR_RELEASE
94 #define GR_DEBUG !GR_RELEASE
104 #ifndef GR_RELEASE
105 #define GR_RELEASE !GR_DEBUG
108 #if GR_DEBUG == GR_RELEASE
109 #error "GR_DEBUG and GR_RELEASE must not be the same"
143 * e.g. it can specify GR_DEBUG/GR_RELEASE as it please, change the BUILD
  /external/skia/include/gpu/
SkGr.h 38 #if (GR_DEBUG && defined(SK_RELEASE)) || (GR_RELEASE && defined(SK_DEBUG))

Completed in 1369 milliseconds