Lines Matching refs:scratchResourcesOnly
270 * If 'scratchResourcesOnly' is true all unlocked scratch resources older than 'msNotUsed' will
272 * 'scratchResourcesOnly' is false then all unlocked resources older than 'msNotUsed' will be
277 * @param scratchResourcesOnly If true only unlocked scratch resources will be purged.
280 bool scratchResourcesOnly=false);
298 void purgeUnlockedResourcesByTag(bool scratchResourcesOnly, const GrGpuResourceTag& tag);
299 void purgeUnlockedResourcesByPid(bool scratchResourcesOnly, const std::set<int>& exitedPidSet);
300 void purgeCacheBetweenFrames(bool scratchResourcesOnly, const std::set<int>& exitedPidSet,
308 * If 'scratchResourcesOnly' is true all unlocked scratch resources will be purged but the
309 * unlocked resources with persistent data will remain. If 'scratchResourcesOnly' is false
312 * ensure that resource usage is under budget (i.e., even if 'scratchResourcesOnly' is true
315 * @param scratchResourcesOnly If true only unlocked scratch resources will be purged prior
318 void purgeUnlockedResources(bool scratchResourcesOnly);