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

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

Completed in 92 milliseconds