HomeSort by relevance Sort by last modified time
    Searched defs:GR_DEBUG (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
90 #ifndef GR_DEBUG
92 #define GR_DEBUG !GR_RELEASE
95 #define GR_DEBUG 0
97 #define GR_DEBUG 1
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
245 #if GR_DEBUG
    [all...]
  /external/skia/include/gpu/
GrConfig.h 88 // we need both GR_DEBUG and GR_RELEASE to be defined as 0 or 1
90 #ifndef GR_DEBUG
92 #define GR_DEBUG !GR_RELEASE
95 #define GR_DEBUG 0
97 #define GR_DEBUG 1
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
245 #if GR_DEBUG
    [all...]

Completed in 159 milliseconds