Home
last modified time | relevance | path

Searched refs:fScratchKey (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrGpuResource.cpp33 this->computeScratchKey(&fScratchKey); in registerWithCache()
180 if (!this->wasDestroyed() && fScratchKey.isValid()) { in removeScratchKey()
182 fScratchKey.reset(); in removeScratchKey()
DGrResourceAllocator.h162 const skgpu::ScratchKey& scratchKey() const { return fScratchKey; } in scratchKey()
182 skgpu::ScratchKey fScratchKey; // free pool wants a reference to this. variable
DGrGpuResourcePriv.h63 const skgpu::ScratchKey& getScratchKey() const { return fResource->fScratchKey; } in getScratchKey()
DGrResourceAllocator.cpp113 , fScratchKey(std::move(scratchKey)) { in Register()
118 if (fScratchKey.isValid()) { in Register()
121 fScratchKey, /*label=*/"ResourceAllocatorRegister"); in Register()
DGrGpuResourceCacheAccess.h31 return !fResource->getUniqueKey().isValid() && fResource->fScratchKey.isValid() && in isScratch()
DGrGpuResource.h312 skgpu::ScratchKey fScratchKey; variable