HomeSort by relevance Sort by last modified time
    Searched refs:GrDrawPathOpBase (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/ops/
GrDrawPathOp.h 23 class GrDrawPathOpBase : public 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;
GrDrawPathOp.cpp 14 GrDrawPathOpBase::GrDrawPathOpBase(uint32_t classID, const SkMatrix& viewMatrix, GrPaint&& paint,
31 GrPipeline::InitArgs GrDrawPathOpBase::pipelineInitArgs(const GrOpFlushState& state) {
  /external/skqp/src/gpu/ops/
GrDrawPathOp.h 23 class GrDrawPathOpBase : public 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;
GrDrawPathOp.cpp 14 GrDrawPathOpBase::GrDrawPathOpBase(uint32_t classID, const SkMatrix& viewMatrix, GrPaint&& paint,
31 GrPipeline::InitArgs GrDrawPathOpBase::pipelineInitArgs(const GrOpFlushState& state) {

Completed in 356 milliseconds