Home
last modified time | relevance | path

Searched refs:GrCCStroker (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCStroker.cpp279 void GrCCStroker::parseDeviceSpaceStroke(const SkPath& path, const SkPoint* deviceSpacePts, in parseDeviceSpaceStroke()
364 class GrCCStroker::InstanceBufferBuilder {
366 InstanceBufferBuilder(GrOnFlushResourceProvider* onFlushRP, GrCCStroker* stroker) { in InstanceBufferBuilder()
552 GrCCStroker::BatchID GrCCStroker::closeCurrentBatch() { in closeCurrentBatch()
563 bool GrCCStroker::prepareToDraw(GrOnFlushResourceProvider* onFlushRP) { in prepareToDraw()
675 void GrCCStroker::drawStrokes(GrOpFlushState* flushState, BatchID batchID, in drawStrokes()
721 void GrCCStroker::appendStrokeMeshesToBuffers(int numSegmentsLog2, const Batch& batch, in appendStrokeMeshesToBuffers()
759 void GrCCStroker::flushBufferedMeshesAsStrokes(const GrPrimitiveProcessor& processor, in flushBufferedMeshesAsStrokes()
775 void GrCCStroker::drawConnectingGeometry(GrOpFlushState* flushState, const GrPipeline& pipeline, in drawConnectingGeometry()
DGrCCStroker.h30 class GrCCStroker {
32 GrCCStroker(int numPaths, int numSkPoints, int numSkVerbs) in GrCCStroker() function
DGrCCPerFlushResources.h107 const GrCCStroker& stroker() const { SkASSERT(!this->isMapped()); return fStroker; } in stroker()
130 GrCCStroker fStroker;
DGrCCPerFlushResources.cpp20 using StrokeBatchID = GrCCStroker::BatchID;
/external/skqp/samplecode/
DSampleCCPRGeometry.cpp368 GrCCStroker stroker(0,0,0); in onExecute()
379 GrCCStroker::BatchID batchID = stroker.closeCurrentBatch(); in onExecute()
/external/skqp/gn/
Dgpu.gni552 "$_src/gpu/ccpr/GrCCStroker.cpp",
553 "$_src/gpu/ccpr/GrCCStroker.h",
/external/skqp/
DAndroid.bp931 "src/gpu/ccpr/GrCCStroker.cpp",