• Home
  • Raw
  • Download

Lines Matching refs:startIdx

744     int startIdx = startIndices[(int)GrScissorTest::kDisabled]->fStrokes[numSegmentsLog2];  in appendStrokeMeshesToBuffers()  local
746 SkASSERT(endIdx >= startIdx); in appendStrokeMeshesToBuffers()
747 if (int instanceCount = endIdx - startIdx) { in appendStrokeMeshesToBuffers()
749 mesh.setInstanced(fInstanceBuffer, instanceCount, baseInstance + startIdx, in appendStrokeMeshesToBuffers()
756 startIdx = startIndices[(int)GrScissorTest::kEnabled]->fStrokes[numSegmentsLog2]; in appendStrokeMeshesToBuffers()
760 SkASSERT(endIdx >= startIdx); in appendStrokeMeshesToBuffers()
761 if (int instanceCount = endIdx - startIdx) { in appendStrokeMeshesToBuffers()
763 mesh.setInstanced(fInstanceBuffer, instanceCount, baseInstance + startIdx, in appendStrokeMeshesToBuffers()
766 startIdx = endIdx; in appendStrokeMeshesToBuffers()
794 int startIdx = startIndices[(int)GrScissorTest::kDisabled]->*InstanceType; in drawConnectingGeometry() local
796 SkASSERT(endIdx >= startIdx); in drawConnectingGeometry()
797 if (int instanceCount = endIdx - startIdx) { in drawConnectingGeometry()
798 processor.appendMesh(fInstanceBuffer, instanceCount, baseInstance + startIdx, in drawConnectingGeometry()
805 startIdx = startIndices[(int)GrScissorTest::kEnabled]->*InstanceType; in drawConnectingGeometry()
809 SkASSERT(endIdx >= startIdx); in drawConnectingGeometry()
810 if (int instanceCount = endIdx - startIdx) { in drawConnectingGeometry()
811 processor.appendMesh(fInstanceBuffer, instanceCount, baseInstance + startIdx, in drawConnectingGeometry()
814 startIdx = endIdx; in drawConnectingGeometry()