Searched refs:fScratchKey (Results 1 – 4 of 4) sorted by relevance
35 this->computeScratchKey(&fScratchKey); in registerWithCache()176 if (!this->wasDestroyed() && fScratchKey.isValid()) { in removeScratchKey()178 fScratchKey.reset(); in removeScratchKey()
62 const GrScratchKey& getScratchKey() const { return fResource->fScratchKey; } in getScratchKey()
28 return !fResource->getUniqueKey().isValid() && fResource->fScratchKey.isValid() && in isScratch()
326 GrScratchKey fScratchKey; variable