HomeSort by relevance Sort by last modified time
    Searched refs:GR_DEBUG (Results 1 - 25 of 40) sorted by null

1 2

  /external/skia/include/gpu/
GrUserConfig.h 19 #undef GR_DEBUG
21 #define GR_DEBUG 1
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...]
GrResource.h 95 #if GR_DEBUG
GrTBackendEffectFactory.h 38 #if GR_DEBUG
SkGr.h 28 #if (GR_DEBUG && defined(SK_RELEASE)) || (GR_RELEASE && defined(SK_DEBUG))
29 // #error "inconsistent GR_DEBUG and SK_DEBUG"
GrTexture.h 121 #if GR_DEBUG
  /external/skia/include/gpu/gl/
GrGLConfig.h 42 * Defaults to 1 if GR_DEBUG is set, otherwise 0. When GR_GL_CHECK_ERROR is 1
102 #define GR_GL_LOG_CALLS GR_DEBUG
110 #define GR_GL_CHECK_ERROR GR_DEBUG
  /external/skia/src/gpu/
GrGpuFactory.cpp 32 #if GR_DEBUG
GrBinHashKey.h 49 #if GR_DEBUG
69 #if GR_DEBUG
104 #if GR_DEBUG
GrAllocPool.h 44 #if GR_DEBUG
GrMemoryPool.h 75 #if GR_DEBUG
GrTextStrike.cpp 85 #if GR_DEBUG
117 #if GR_DEBUG
141 #if GR_DEBUG
154 #if GR_DEBUG
GrResourceCache.h 151 #if GR_DEBUG
309 #if GR_DEBUG
336 #if GR_DEBUG
361 #if GR_DEBUG
368 #if GR_DEBUG
GrTextStrike.h 91 #if GR_DEBUG
GrResourceCache.cpp 40 #if GR_DEBUG
236 #if GR_DEBUG
257 #if GR_DEBUG
348 #if GR_DEBUG
367 #if GR_DEBUG
429 #endif // GR_DEBUG
GrBufferAllocPool.h 164 #if GR_DEBUG
GrAtlas.cpp 43 #if GR_DEBUG
58 #if GR_DEBUG
69 #if GR_DEBUG
GrGpu.cpp 43 #if GR_DEBUG
114 #if GR_DEBUG
358 #if GR_DEBUG
490 #if GR_DEBUG
505 #if GR_DEBUG
GrDrawState.cpp 411 #if GR_DEBUG
422 #if GR_DEBUG
428 #if GR_DEBUG
434 #if GR_DEBUG
440 #if GR_DEBUG
446 #if GR_DEBUG
GrDrawTarget.cpp 43 #if GR_DEBUG
90 #if GR_DEBUG
234 #if GR_DEBUG
257 #if GR_DEBUG
322 #if GR_DEBUG
346 #if GR_DEBUG
GrAllocPool.cpp 106 #if GR_DEBUG
GrTextureAccess.cpp 13 #if GR_DEBUG
GrTHashCache.h 56 #if GR_DEBUG
227 #if GR_DEBUG
  /external/skia/src/gpu/gl/
GrGLProgram.h 26 // optionally compile the experimental GS code. Set to GR_DEBUG
28 #define GR_GL_EXPERIMENTAL_GS GR_DEBUG
  /external/skia/tests/
HashCacheTest.cpp 49 #if GR_DEBUG

Completed in 1276 milliseconds

1 2