Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpuResource.cpp169 SkASSERT(!fScratchKey.isValid()); in setScratchKey()
175 fScratchKey = scratchKey; in setScratchKey()
179 if (!this->wasDestroyed() && fScratchKey.isValid()) { in removeScratchKey()
181 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.h336 GrScratchKey fScratchKey; variable