Searched defs:willRemoveScratchKey (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrResourceCache.h198 void willRemoveScratchKey(const GrGpuResource*);
357 void willRemoveScratchKey(const GrGpuResource* resource) { function in class:GrResourceCache::ResourceAccess
358 fCache->willRemoveScratchKey(resource);
H A DGrResourceCache.cpp273 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) { function in class:GrResourceCache

Completed in 533 milliseconds