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

  /external/skia/gpu/src/
GrAllocPool.cpp 67 GR_DEBUGCODE(fBlocksAllocated = 0;)
84 GR_DEBUGCODE(fBlocksAllocated = 0;)
93 GR_DEBUGCODE(fBlocksAllocated += 1;)
107 GR_DEBUGCODE(fBlocksAllocated -= 1;)
GrBinHashKey.h 96 GR_DEBUGCODE(key.fIsValid = false;)
GrGpuGLShaders.cpp 142 GR_DEBUGCODE(memset(programData, 0, sizeof(*programData));)
    [all...]
GrGLProgram.cpp 339 GR_DEBUGCODE(bool success =)
    [all...]
  /external/skia/gpu/include/
GrConfig.h 287 * GR_DEBUGCODE compiles the code X in debug builds only
289 #if !defined(GR_DEBUGCODE)
291 #define GR_DEBUGCODE(X) X
293 #define GR_DEBUGCODE(X)
GrMemory.h 68 GR_DEBUGCODE(memset(fPtr, 0xEF, fAllocatedBytes));
145 GR_DEBUGCODE(memset(fPtr, 0xEF, fAllocatedBytes));
GrAllocator.h 48 GR_DEBUGCODE(if (!fOwnFirstBlock) {*((char*)initialBlock+fBlockSize-1)='a';} );
GrTextureCache.h 55 GR_DEBUGCODE(fHashIndex = -1);

Completed in 51 milliseconds