HomeSort by relevance Sort by last modified time
    Searched refs:fScratchKey (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrGpuResource.cpp 169 SkASSERT(!fScratchKey.isValid());
175 fScratchKey = scratchKey;
179 if (!this->wasDestroyed() && fScratchKey.isValid()) {
181 fScratchKey.reset();
GrGpuResourcePriv.h 58 const GrScratchKey& getScratchKey() const { return fResource->fScratchKey; }
GrGpuResourceCacheAccess.h 29 return !fResource->getUniqueKey().isValid() && fResource->fScratchKey.isValid() &&
  /external/skia/include/gpu/
GrGpuResource.h 336 GrScratchKey fScratchKey;

Completed in 396 milliseconds