Home
last modified time | relevance | path

Searched refs:willRemoveScratchKey (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
DGrResourceCache.h300 void willRemoveScratchKey(const GrGpuResource*);
492 void willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey() function
493 fCache->willRemoveScratchKey(resource); in willRemoveScratchKey()
DGrGpuResource.cpp189 get_resource_cache(fGpu)->resourceAccess().willRemoveScratchKey(this); in removeScratchKey()
DGrResourceCache.cpp378 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey() function in GrResourceCache