OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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