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

  /external/skia/include/gpu/
GrEffectStage.h 25 GR_DEBUGCODE(fSavedCoordChangeCnt = 0;)
68 GR_DEBUGCODE(mutable SkAutoTUnref<const GrEffectRef> fEffectRef;)
82 GR_DEBUGCODE(GrSafeRef(fEffectRef);)
83 GR_DEBUGCODE(savedCoordChange->fEffectRef.reset(fEffectRef);)
84 GR_DEBUGCODE(++fSavedCoordChangeCnt);
93 GR_DEBUGCODE(--fSavedCoordChangeCnt);
94 GR_DEBUGCODE(savedCoordChange.fEffectRef.reset(NULL);)
178 GR_DEBUGCODE(mutable int fSavedCoordChangeCnt;)
GrBackendEffectFactory.h 69 GR_DEBUGCODE(static const int32_t kClassIDBits = 8 * sizeof(EffectKey) -
GrConfig.h 289 * GR_DEBUGCODE compiles the code X in debug builds only
291 #if !defined(GR_DEBUGCODE)
293 #define GR_DEBUGCODE(X) X
295 #define GR_DEBUGCODE(X)
  /external/skia/src/gpu/
GrAllocPool.cpp 60 GR_DEBUGCODE(fBlocksAllocated = 0;)
77 GR_DEBUGCODE(fBlocksAllocated = 0;)
86 GR_DEBUGCODE(fBlocksAllocated += 1;)
100 GR_DEBUGCODE(fBlocksAllocated -= 1;)
GrMemoryPool.cpp 17 GR_DEBUGCODE(fAllocationCnt = 0);
64 GR_DEBUGCODE(++fAllocationCnt);
101 GR_DEBUGCODE(--fAllocationCnt);
GrAllocator.h 41 GR_DEBUGCODE(if (!fOwnFirstBlock) {*((char*)initialBlock+fBlockSize-1)='a';} );
GrDrawState.h     [all...]
GrContext.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLPath.cpp 78 GR_DEBUGCODE(int numPts = 0);
82 GR_DEBUGCODE(numPts += num_pts(v));
GrGLShaderBuilder.cpp 181 GR_DEBUGCODE(UniformHandle h2 =)
GrGLProgram.cpp 516 GR_DEBUGCODE(bool success =)
    [all...]

Completed in 82 milliseconds