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

1 2

  /external/skia/include/gpu/
GrUserConfig.h 19 #undef GR_DEBUG
21 #define GR_DEBUG 1
GrConfig.h 83 // we need both GR_DEBUG and GR_RELEASE to be defined as 0 or 1
85 #ifndef GR_DEBUG
87 #define GR_DEBUG !GR_RELEASE
90 #define GR_DEBUG 0
92 #define GR_DEBUG 1
98 #define GR_RELEASE !GR_DEBUG
101 #if GR_DEBUG == GR_RELEASE
102 #error "GR_DEBUG and GR_RELEASE must not be the same"
136 * e.g. it can specify GR_DEBUG/GR_RELEASE as it please, change the BUILD
236 #if GR_DEBUG
    [all...]
GrTexture.h 111 #if GR_DEBUG
SkGr.h 31 #if (GR_DEBUG && defined(SK_RELEASE)) || (GR_RELEASE && defined(SK_DEBUG))
32 // #error "inconsistent GR_DEBUG and SK_DEBUG"
GrTypes.h 164 #if GR_DEBUG
  /external/skia/src/gpu/
GrGpuFactory.cpp 37 #if GR_DEBUG
GrBinHashKey.h 25 #if GR_DEBUG
57 #if GR_DEBUG
89 #if GR_DEBUG
GrAllocPool.h 44 #if GR_DEBUG
GrTLList.h 24 #if GR_DEBUG
GrResourceCache.h 59 #if GR_DEBUG
126 #if GR_DEBUG
131 #if GR_DEBUG
268 #if GR_DEBUG
303 #if GR_DEBUG
GrTextStrike.cpp 79 #if GR_DEBUG
111 #if GR_DEBUG
135 #if GR_DEBUG
148 #if GR_DEBUG
GrAtlas.cpp 43 #if GR_DEBUG
58 #if GR_DEBUG
69 #if GR_DEBUG
GrTextStrike.h 91 #if GR_DEBUG
GrResourceCache.cpp 27 #if GR_DEBUG
145 #if GR_DEBUG
307 #if GR_DEBUG
326 #if GR_DEBUG
339 #if GR_DEBUG
GrDrawTarget.cpp 400 #if GR_DEBUG
412 #if GR_DEBUG
418 #if GR_DEBUG
424 #if GR_DEBUG
430 #if GR_DEBUG
436 #if GR_DEBUG
474 #if GR_DEBUG
478 #if GR_DEBUG
596 #if GR_DEBUG
619 #if GR_DEBUG
    [all...]
GrBufferAllocPool.h 164 #if GR_DEBUG
GrAllocPool.cpp 106 #if GR_DEBUG
GrTHashCache.h 45 #if GR_DEBUG
193 #if GR_DEBUG
GrInOrderDrawBuffer.cpp 38 #if GR_DEBUG
509 #if GR_DEBUG
524 #if GR_DEBUG
538 #if GR_DEBUG
GrGpu.cpp 46 #if GR_DEBUG
51 #if GR_DEBUG
137 #if GR_DEBUG
757 #if GR_DEBUG
    [all...]
GrBufferAllocPool.cpp 16 #if GR_DEBUG
119 #if GR_DEBUG
  /external/skia/include/gpu/gl/
GrGLConfig.h 43 * Defaults to 1 if GR_DEBUG is set, otherwise 0. When GR_GL_CHECK_ERROR is 1
105 #define GR_GL_LOG_CALLS GR_DEBUG
113 #define GR_GL_CHECK_ERROR GR_DEBUG
  /external/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 87 #if GR_DEBUG
GrGLVertexBuffer.cpp 84 #if GR_DEBUG
GrGLProgram.h 25 // optionally compile the experimental GS code. Set to GR_DEBUG
27 #define GR_GL_EXPERIMENTAL_GS GR_DEBUG

Completed in 365 milliseconds

1 2