Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrResourceCache.h266 void willRemoveScratchKey(const GrGpuResource*);
451 void willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey() function
452 fCache->willRemoveScratchKey(resource); in willRemoveScratchKey()
DGrGpuResource.cpp201 get_resource_cache(fGpu)->resourceAccess().willRemoveScratchKey(this); in removeScratchKey()
DGrResourceCache.cpp330 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey() function in GrResourceCache
/third_party/skia/src/gpu/
DGrResourceCache.h265 void willRemoveScratchKey(const GrGpuResource*);
448 void willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey() function
449 fCache->willRemoveScratchKey(resource); in willRemoveScratchKey()
DGrGpuResource.cpp180 get_resource_cache(fGpu)->resourceAccess().willRemoveScratchKey(this); in removeScratchKey()
DGrResourceCache.cpp305 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey() function in GrResourceCache