Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrResourceCache.h252 void willRemoveScratchKey(const GrGpuResource*);
417 void willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey() function
418 fCache->willRemoveScratchKey(resource); in willRemoveScratchKey()
DGrGpuResource.cpp180 get_resource_cache(fGpu)->resourceAccess().willRemoveScratchKey(this); in removeScratchKey()
DGrResourceCache.cpp281 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey() function in GrResourceCache