Searched refs:AvailableForScratchUse (Results 1 – 2 of 2) sorted by relevance
233 class GrResourceCache::AvailableForScratchUse { class in GrResourceCache235 AvailableForScratchUse(bool rejectPendingIO) : fRejectPendingIO(rejectPendingIO) { } in AvailableForScratchUse() function in GrResourceCache::AvailableForScratchUse254 resource = fScratchMap.find(scratchKey, AvailableForScratchUse(true)); in findAndRefScratchResource()265 resource = fScratchMap.find(scratchKey, AvailableForScratchUse(false)); in findAndRefScratchResource()
220 class AvailableForScratchUse; variable