Searched refs:GrRegionOp (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrRegionOp.h19 namespace GrRegionOp { namespace
H A DGrRegionOp.cpp8 #include "GrRegionOp.h"
82 const char* name() const override { return "GrRegionOp"; }
176 namespace GrRegionOp { namespace
/external/skqp/src/gpu/ops/
H A DGrRegionOp.h19 namespace GrRegionOp { namespace
H A DGrRegionOp.cpp8 #include "GrRegionOp.h"
82 const char* name() const override { return "GrRegionOp"; }
176 namespace GrRegionOp { namespace
/external/skia/src/gpu/
H A DGrRenderTargetContext.cpp46 #include "ops/GrRegionOp.h"
1271 // GrRegionOp performs no antialiasing but is much faster, so here we check the matrix
1287 std::unique_ptr<GrDrawOp> op = GrRegionOp::Make(std::move(paint), viewMatrix, region, aaType,
/external/skqp/src/gpu/
H A DGrRenderTargetContext.cpp45 #include "ops/GrRegionOp.h"
1267 // GrRegionOp performs no antialiasing but is much faster, so here we check the matrix
1283 std::unique_ptr<GrDrawOp> op = GrRegionOp::Make(std::move(paint), viewMatrix, region, aaType,

Completed in 130 milliseconds