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

  /external/skia/src/gpu/
GrResourceCache.h 266 void willRemoveScratchKey(const GrGpuResource*);
443 void willRemoveScratchKey(const GrGpuResource* resource) {
444 fCache->willRemoveScratchKey(resource);
GrGpuResource.cpp 199 get_resource_cache(fGpu)->resourceAccess().willRemoveScratchKey(this);
GrResourceCache.cpp 333 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) {
    [all...]
  /external/skqp/src/gpu/
GrResourceCache.h 262 void willRemoveScratchKey(const GrGpuResource*);
421 void willRemoveScratchKey(const GrGpuResource* resource) {
422 fCache->willRemoveScratchKey(resource);
GrGpuResource.cpp 196 get_resource_cache(fGpu)->resourceAccess().willRemoveScratchKey(this);
GrResourceCache.cpp 299 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) {
    [all...]

Completed in 763 milliseconds