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

  /external/skia/src/gpu/
GrGpuResourcePriv.h 62 const GrScratchKey& getScratchKey() const { return fResource->fScratchKey; }
GrGpuResource.cpp 35 this->computeScratchKey(&fScratchKey);
176 if (!this->wasDestroyed() && fScratchKey.isValid()) {
178 fScratchKey.reset();
GrGpuResourceCacheAccess.h 28 return !fResource->getUniqueKey().isValid() && fResource->fScratchKey.isValid() &&
  /external/skia/include/gpu/
GrGpuResource.h 326 GrScratchKey fScratchKey;

Completed in 409 milliseconds