HomeSort by relevance Sort by last modified time
    Searched defs:willRemoveScratchKey (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrResourceCache.cpp 277 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) {
    [all...]
GrResourceCache.h 272 void willRemoveScratchKey(const GrGpuResource*);
438 void willRemoveScratchKey(const GrGpuResource* resource) {
439 fCache->willRemoveScratchKey(resource);
  /external/skqp/src/gpu/
GrResourceCache.cpp 277 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) {
GrResourceCache.h 267 void willRemoveScratchKey(const GrGpuResource*);
433 void willRemoveScratchKey(const GrGpuResource* resource) {
434 fCache->willRemoveScratchKey(resource);

Completed in 71 milliseconds