Lines Matching refs:startIndices
686 const InstanceTallies* startIndices[2]; in drawStrokes() local
687 startIndices[(int)GrScissorTest::kDisabled] = (!batchID) in drawStrokes()
689 startIndices[(int)GrScissorTest::kEnabled] = (!startScissorSubBatch) in drawStrokes()
695 this->appendStrokeMeshesToBuffers(0, batch, startIndices, startScissorSubBatch, drawBounds); in drawStrokes()
703 this->appendStrokeMeshesToBuffers(i, batch, startIndices, startScissorSubBatch, drawBounds); in drawStrokes()
713 flushState, pipeline, triProc, batch, startIndices, startScissorSubBatch, drawBounds); in drawStrokes()
718 flushState, pipeline, conicProc, batch, startIndices, startScissorSubBatch, drawBounds); in drawStrokes()
722 const InstanceTallies* startIndices[2], in appendStrokeMeshesToBuffers()
732 int startIdx = startIndices[(int)GrScissorTest::kDisabled]->fStrokes[numSegmentsLog2]; in appendStrokeMeshesToBuffers()
744 startIdx = startIndices[(int)GrScissorTest::kEnabled]->fStrokes[numSegmentsLog2]; in appendStrokeMeshesToBuffers()
777 const Batch& batch, const InstanceTallies* startIndices[2], in drawConnectingGeometry()
782 int startIdx = startIndices[(int)GrScissorTest::kDisabled]->*InstanceType; in drawConnectingGeometry()
793 startIdx = startIndices[(int)GrScissorTest::kEnabled]->*InstanceType; in drawConnectingGeometry()