Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCFiller.h37 using BatchID = int; variable
41 BatchID closeCurrentBatch();
48 void drawFills(GrOpFlushState*, BatchID, const SkIRect& drawBounds) const;
98 void drawPrimitives(GrOpFlushState*, const GrPipeline&, BatchID,
DGrCCStroker.h47 using BatchID = int; variable
51 BatchID closeCurrentBatch();
58 void drawStrokes(GrOpFlushState*, BatchID, const SkIRect& drawBounds) const;
62 static constexpr BatchID kEmptyBatchID = -1;
DGrCCFiller.cpp205 GrCCFiller::BatchID GrCCFiller::closeCurrentBatch() { in closeCurrentBatch()
462 void GrCCFiller::drawFills(GrOpFlushState* flushState, BatchID batchID, in drawFills()
499 BatchID batchID, GrCCCoverageProcessor::PrimitiveType primitiveType, in drawPrimitives()
DGrCCPerFlushResources.cpp19 using FillBatchID = GrCCFiller::BatchID;
20 using StrokeBatchID = GrCCStroker::BatchID;
DGrCCStroker.cpp552 GrCCStroker::BatchID GrCCStroker::closeCurrentBatch() { in closeCurrentBatch()
675 void GrCCStroker::drawStrokes(GrOpFlushState* flushState, BatchID batchID, in drawStrokes()
/external/skqp/samplecode/
DSampleCCPRGeometry.cpp379 GrCCStroker::BatchID batchID = stroker.closeCurrentBatch(); in onExecute()