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

  /external/chromium_org/third_party/skia/include/gpu/
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
  /external/skia/include/gpu/
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

Completed in 42 milliseconds