Searched refs:BatchID (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCFiller.h | 37 using BatchID = int; variable 41 BatchID closeCurrentBatch(); 48 void drawFills(GrOpFlushState*, BatchID, const SkIRect& drawBounds) const; 98 void drawPrimitives(GrOpFlushState*, const GrPipeline&, BatchID,
|
D | GrCCStroker.h | 47 using BatchID = int; variable 51 BatchID closeCurrentBatch(); 58 void drawStrokes(GrOpFlushState*, BatchID, const SkIRect& drawBounds) const; 62 static constexpr BatchID kEmptyBatchID = -1;
|
D | GrCCFiller.cpp | 205 GrCCFiller::BatchID GrCCFiller::closeCurrentBatch() { in closeCurrentBatch() 462 void GrCCFiller::drawFills(GrOpFlushState* flushState, BatchID batchID, in drawFills() 499 BatchID batchID, GrCCCoverageProcessor::PrimitiveType primitiveType, in drawPrimitives()
|
D | GrCCPerFlushResources.cpp | 19 using FillBatchID = GrCCFiller::BatchID; 20 using StrokeBatchID = GrCCStroker::BatchID;
|
D | GrCCStroker.cpp | 552 GrCCStroker::BatchID GrCCStroker::closeCurrentBatch() { in closeCurrentBatch() 675 void GrCCStroker::drawStrokes(GrOpFlushState* flushState, BatchID batchID, in drawStrokes()
|
/external/skqp/samplecode/ |
D | SampleCCPRGeometry.cpp | 379 GrCCStroker::BatchID batchID = stroker.closeCurrentBatch(); in onExecute()
|