Home
last modified time | relevance | path

Searched refs:fCurrCopyAtlasRangesIdx (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.cpp215 fCurrCopyAtlasRangesIdx = fCopyPathRanges.count(); in upgradeEntryToLiteralCoverageAtlas()
262 for (int i = fCopyPathRanges.count() - 1; i >= fCurrCopyAtlasRangesIdx; --i) { in recordCopyPathInstance()
273 emplace_at_memcpy(&fCopyPathRanges, fCurrCopyAtlasRangesIdx, std::move(srcProxy), 1); in recordCopyPathInstance()
440 fCurrCopyAtlasRangesIdx = fCopyPathRanges.count(); in finalize()
DGrCCPerFlushResources.h156 int fCurrCopyAtlasRangesIdx = 0; variable