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