Lines Matching refs:batchID
462 void GrCCFiller::drawFills(GrOpFlushState* flushState, BatchID batchID, in drawFills() argument
468 const PrimitiveTallies& batchTotalCounts = fBatches[batchID].fTotalPrimitiveCounts; in drawFills()
473 this->drawPrimitives(flushState, pipeline, batchID, PrimitiveType::kTriangles, in drawFills()
478 this->drawPrimitives(flushState, pipeline, batchID, PrimitiveType::kWeightedTriangles, in drawFills()
483 this->drawPrimitives(flushState, pipeline, batchID, PrimitiveType::kQuadratics, in drawFills()
488 this->drawPrimitives(flushState, pipeline, batchID, PrimitiveType::kCubics, in drawFills()
493 this->drawPrimitives(flushState, pipeline, batchID, PrimitiveType::kConics, in drawFills()
499 BatchID batchID, GrCCCoverageProcessor::PrimitiveType primitiveType, in drawPrimitives() argument
510 SkASSERT(batchID > 0); in drawPrimitives()
511 SkASSERT(batchID < fBatches.count()); in drawPrimitives()
512 const Batch& previousBatch = fBatches[batchID - 1]; in drawPrimitives()
513 const Batch& batch = fBatches[batchID]; in drawPrimitives()