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

  /external/skia/src/gpu/
GrResourceCache.cpp 234 class GrResourceCache::AvailableForScratchUse {
236 AvailableForScratchUse(bool rejectPendingIO) : fRejectPendingIO(rejectPendingIO) { }
256 resource = fScratchMap.find(scratchKey, AvailableForScratchUse(true));
273 resource = fScratchMap.find(scratchKey, AvailableForScratchUse(false));
GrResourceCache.h 278 class AvailableForScratchUse;

Completed in 348 milliseconds