Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.h91 int nextPathInstanceIdx() const { return fNextPathInstanceIdx; } in nextPathInstanceIdx()
98 SkASSERT(fNextPathInstanceIdx < fEndPathInstance); in appendDrawPathInstance()
99 return fPathInstanceData[fNextPathInstanceIdx++]; in appendDrawPathInstance()
141 int fNextPathInstanceIdx; variable
DGrCCPerFlushResources.cpp171 , fNextPathInstanceIdx(specs.fNumCopiedPaths[kFillIdx] + in GrCCPerFlushResources()
336 SkASSERT(fNextPathInstanceIdx < fEndPathInstance); in renderShapeInAtlas()
432 SkASSERT(fNextPathInstanceIdx == fEndPathInstance); in finalize()