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

  /external/chromium_org/third_party/skia/src/gpu/
GrResourceCache2.cpp 23 if (!resource->getScratchKey().isNullScratch()) {
24 fScratchMap.insert(resource->getScratchKey(), resource);
31 if (!resource->getScratchKey().isNullScratch()) {
32 fScratchMap.remove(resource->getScratchKey(), resource);
GrResourceCache2.h 46 return r.getScratchKey();
  /external/chromium_org/third_party/skia/include/gpu/
GrGpuResource.h 184 const GrResourceKey& getScratchKey() const { return fScratchKey; }

Completed in 41 milliseconds