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

  /external/skia/src/gpu/
GrGpuResourcePriv.h 58 const GrScratchKey& getScratchKey() const { return fResource->fScratchKey; }
GrResourceCache.cpp 148 if (resource->resourcePriv().getScratchKey().isValid()) {
150 fScratchMap.insert(resource->resourcePriv().getScratchKey(), resource);
176 if (resource->resourcePriv().getScratchKey().isValid()) {
177 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource);
274 SkASSERT(resource->resourcePriv().getScratchKey().isValid());
275 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource);
304 if (!old->resourcePriv().getScratchKey().isValid() && old->isPurgeable()) {
373 resource->resourcePriv().getScratchKey().isValid()) {
384 bool noKey = !resource->resourcePriv().getScratchKey().isValid() &&
647 SkASSERT(fScratchMap->countForKey(resource->resourcePriv().getScratchKey()));
    [all...]
GrResourceCache.h 224 return r.resourcePriv().getScratchKey();
  /external/skia/tests/
ResourceCacheTest.cpp 508 REPORTER_ASSERT(reporter, resource->resourcePriv().getScratchKey() == key);
525 REPORTER_ASSERT(reporter, resource->resourcePriv().getScratchKey() == key);
540 REPORTER_ASSERT(reporter, !resource->resourcePriv().getScratchKey().isValid());
    [all...]

Completed in 496 milliseconds