Home
last modified time | relevance | path

Searched refs:GrDrawPathOpBase (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/ops/
DGrDrawPathOp.h22 class GrDrawPathOpBase : public GrDrawOp {
24 GrDrawPathOpBase(uint32_t classID, const SkMatrix& viewMatrix, GrPaint&&,
69 class GrDrawPathOp final : public GrDrawPathOpBase {
89 : GrDrawPathOpBase(ClassID(), viewMatrix, std::move(paint), path->getFillType(), aaType) in GrDrawPathOp()
98 typedef GrDrawPathOpBase INHERITED;
DGrDrawPathOp.cpp27 GrDrawPathOpBase::GrDrawPathOpBase(uint32_t classID, const SkMatrix& viewMatrix, GrPaint&& paint, in GrDrawPathOpBase() function in GrDrawPathOpBase
45 GrPipeline::InitArgs GrDrawPathOpBase::pipelineInitArgs(const GrOpFlushState& state) { in pipelineInitArgs()
57 const GrProcessorSet::Analysis& GrDrawPathOpBase::doProcessorAnalysis( in doProcessorAnalysis()
/external/skqp/src/gpu/ops/
DGrDrawPathOp.h21 class GrDrawPathOpBase : public GrDrawOp {
23 GrDrawPathOpBase(uint32_t classID, const SkMatrix& viewMatrix, GrPaint&&,
72 class GrDrawPathOp final : public GrDrawPathOpBase {
92 : GrDrawPathOpBase(ClassID(), viewMatrix, std::move(paint), path->getFillType(), aaType) in GrDrawPathOp()
101 typedef GrDrawPathOpBase INHERITED;
DGrDrawPathOp.cpp15 GrDrawPathOpBase::GrDrawPathOpBase(uint32_t classID, const SkMatrix& viewMatrix, GrPaint&& paint, in GrDrawPathOpBase() function in GrDrawPathOpBase
33 GrPipeline::InitArgs GrDrawPathOpBase::pipelineInitArgs(const GrOpFlushState& state) { in pipelineInitArgs()