Searched refs:AvailableForScratchUse (Results 1 – 2 of 2) sorted by relevance
234 class GrResourceCache::AvailableForScratchUse { class in GrResourceCache236 AvailableForScratchUse(bool rejectPendingIO) : fRejectPendingIO(rejectPendingIO) { } in AvailableForScratchUse() function in GrResourceCache::AvailableForScratchUse256 resource = fScratchMap.find(scratchKey, AvailableForScratchUse(true)); in findAndRefScratchResource()273 resource = fScratchMap.find(scratchKey, AvailableForScratchUse(false)); in findAndRefScratchResource()
278 class AvailableForScratchUse; variable