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

  /external/skia/src/gpu/
GrMemoryPool.h 95 static const uint32_t kFreedMarker = 0xEFEFEFEF;
GrMemoryPool.cpp 103 SkDEBUGCODE(allocData->fSentinal = kFreedMarker);
157 SkDEBUGCODE(block->fBlockSentinal = kFreedMarker); // FWIW
195 allocData->fSentinal == kFreedMarker);
  /external/skqp/src/gpu/
GrMemoryPool.h 95 static const uint32_t kFreedMarker = 0xEFEFEFEF;
GrMemoryPool.cpp 103 SkDEBUGCODE(allocData->fSentinal = kFreedMarker);
157 SkDEBUGCODE(block->fBlockSentinal = kFreedMarker); // FWIW
195 allocData->fSentinal == kFreedMarker);

Completed in 525 milliseconds