Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.cpp253 int currentInstanceIdx = fNextCopyInstanceIdx++; in recordCopyPathInstance() local
258 fPathInstanceData[currentInstanceIdx].set(entry, newAtlasOffset, kWhite, evenOdd); in recordCopyPathInstance()
267 int rangeFirstInstanceIdx = currentInstanceIdx - fCopyPathRanges[i].fCount; in recordCopyPathInstance()
268 std::swap(fPathInstanceData[rangeFirstInstanceIdx], fPathInstanceData[currentInstanceIdx]); in recordCopyPathInstance()
269 currentInstanceIdx = rangeFirstInstanceIdx; in recordCopyPathInstance()