Searched refs:GrDrawPathOpBase (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrDrawPathOp.h | 22 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;
|
D | GrDrawPathOp.cpp | 27 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/ |
D | GrDrawPathOp.h | 21 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;
|
D | GrDrawPathOp.cpp | 15 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()
|