Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpuResource.cpp144 SkASSERT(!fScratchKey.isValid()); in setScratchKey()
150 fScratchKey = scratchKey; in setScratchKey()
154 if (!this->wasDestroyed() && fScratchKey.isValid()) { in removeScratchKey()
156 fScratchKey.reset(); in removeScratchKey()
DGrGpuResourcePriv.h58 const GrScratchKey& getScratchKey() const { return fResource->fScratchKey; } in getScratchKey()
DGrGpuResourceCacheAccess.h29 return !fResource->getUniqueKey().isValid() && fResource->fScratchKey.isValid() && in isScratch()
/external/skia/include/gpu/
DGrGpuResource.h313 GrScratchKey fScratchKey; variable