Home
last modified time | relevance | path

Searched refs:fScratchKey (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrGpuResource.cpp35 this->computeScratchKey(&fScratchKey); in registerWithCache()
176 if (!this->wasDestroyed() && fScratchKey.isValid()) { in removeScratchKey()
178 fScratchKey.reset(); in removeScratchKey()
DGrGpuResourcePriv.h62 const GrScratchKey& getScratchKey() const { return fResource->fScratchKey; } in getScratchKey()
DGrGpuResourceCacheAccess.h28 return !fResource->getUniqueKey().isValid() && fResource->fScratchKey.isValid() && in isScratch()
/external/skia/include/gpu/
DGrGpuResource.h326 GrScratchKey fScratchKey; variable