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

/external/skia/src/gpu/ops/
H A DGrDrawPathOp.h23 class GrDrawPathOpBase : public GrDrawOp { class in inherits:GrDrawOp
25 GrDrawPathOpBase(uint32_t classID, const SkMatrix& viewMatrix, GrPaint&&,
79 class GrDrawPathOp final : public GrDrawPathOpBase {
95 : GrDrawPathOpBase(ClassID(), viewMatrix, std::move(paint), path->getFillType(), aaType)
106 typedef GrDrawPathOpBase INHERITED;
110 class GrDrawPathRangeOp final : public GrDrawPathOpBase {
219 typedef GrDrawPathOpBase INHERITED;
H A DGrDrawPathOp.cpp14 GrDrawPathOpBase::GrDrawPathOpBase(uint32_t classID, const SkMatrix& viewMatrix, GrPaint&& paint, function in class:GrDrawPathOpBase
31 GrPipeline::InitArgs GrDrawPathOpBase::pipelineInitArgs(const GrOpFlushState& state) {
/external/skqp/src/gpu/ops/
H A DGrDrawPathOp.h23 class GrDrawPathOpBase : public GrDrawOp { class in inherits:GrDrawOp
25 GrDrawPathOpBase(uint32_t classID, const SkMatrix& viewMatrix, GrPaint&&,
79 class GrDrawPathOp final : public GrDrawPathOpBase {
95 : GrDrawPathOpBase(ClassID(), viewMatrix, std::move(paint), path->getFillType(), aaType)
106 typedef GrDrawPathOpBase INHERITED;
110 class GrDrawPathRangeOp final : public GrDrawPathOpBase {
219 typedef GrDrawPathOpBase INHERITED;
H A DGrDrawPathOp.cpp14 GrDrawPathOpBase::GrDrawPathOpBase(uint32_t classID, const SkMatrix& viewMatrix, GrPaint&& paint, function in class:GrDrawPathOpBase
31 GrPipeline::InitArgs GrDrawPathOpBase::pipelineInitArgs(const GrOpFlushState& state) {

Completed in 517 milliseconds