Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrResourceCache.h262 void willRemoveScratchKey(const GrGpuResource*);
427 void willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey() function
428 fCache->willRemoveScratchKey(resource); in willRemoveScratchKey()
DGrGpuResource.cpp177 get_resource_cache(fGpu)->resourceAccess().willRemoveScratchKey(this); in removeScratchKey()
DGrResourceCache.cpp268 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey() function in GrResourceCache