Searched refs:fScratchKey (Results 1 – 4 of 4) sorted by relevance
144 SkASSERT(!fScratchKey.isValid()); in setScratchKey()150 fScratchKey = scratchKey; in setScratchKey()154 if (!this->wasDestroyed() && fScratchKey.isValid()) { in removeScratchKey()156 fScratchKey.reset(); in removeScratchKey()
58 const GrScratchKey& getScratchKey() const { return fResource->fScratchKey; } in getScratchKey()
29 return !fResource->getUniqueKey().isValid() && fResource->fScratchKey.isValid() && in isScratch()
313 GrScratchKey fScratchKey; variable