Home | History | Annotate | Download | only in gpu

Lines Matching refs:getScratchKey

149     if (resource->resourcePriv().getScratchKey().isValid()) {
151 fScratchMap.insert(resource->resourcePriv().getScratchKey(), resource);
177 if (resource->resourcePriv().getScratchKey().isValid()) {
178 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource);
282 SkASSERT(resource->resourcePriv().getScratchKey().isValid());
283 fScratchMap.remove(resource->resourcePriv().getScratchKey(), resource);
312 if (!old->resourcePriv().getScratchKey().isValid() && old->isPurgeable()) {
381 resource->resourcePriv().getScratchKey().isValid()) {
392 bool noKey = !resource->resourcePriv().getScratchKey().isValid() &&
664 SkASSERT(fScratchMap->countForKey(resource->resourcePriv().getScratchKey()));
666 } else if (resource->resourcePriv().getScratchKey().isValid()) {
670 SkASSERT(fScratchMap->countForKey(resource->resourcePriv().getScratchKey()));