Searched defs:willRemoveScratchKey (Results 1 - 2 of 2) sorted by relevance
/external/skia/src/gpu/ | ||
H A D | GrResourceCache.h | 198 void willRemoveScratchKey(const GrGpuResource*); 357 void willRemoveScratchKey(const GrGpuResource* resource) { function in class:GrResourceCache::ResourceAccess 358 fCache->willRemoveScratchKey(resource); |
H A D | GrResourceCache.cpp | 273 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) { function in class:GrResourceCache |
Completed in 533 milliseconds