Searched refs:GrDrawVerticesOp (Results 1 – 11 of 11) sorted by relevance
/external/skqp/src/gpu/ops/ |
D | GrDrawVerticesOp.cpp | 15 std::unique_ptr<GrDrawOp> GrDrawVerticesOp::Make(GrContext* context, in Make() 27 return Helper::FactoryHelper<GrDrawVerticesOp>(context, std::move(paint), std::move(vertices), in Make() 32 GrDrawVerticesOp::GrDrawVerticesOp(const Helper::MakeArgs& helperArgs, const SkPMColor4f& color, in GrDrawVerticesOp() function in GrDrawVerticesOp 118 SkString GrDrawVerticesOp::dumpInfo() const { in dumpInfo() 128 GrDrawOp::FixedFunctionFlags GrDrawVerticesOp::fixedFunctionFlags() const { in fixedFunctionFlags() 132 GrProcessorSet::Analysis GrDrawVerticesOp::finalize(const GrCaps& caps, const GrAppliedClip* clip) { in finalize() 153 sk_sp<GrGeometryProcessor> GrDrawVerticesOp::makeGP(const GrShaderCaps* shaderCaps, in makeGP() 210 void GrDrawVerticesOp::onPrepareDraws(Target* target) { in onPrepareDraws() 219 void GrDrawVerticesOp::drawVolatile(Target* target) { in drawVolatile() 262 void GrDrawVerticesOp::drawNonVolatile(Target* target) { in drawNonVolatile() [all …]
|
D | GrDrawVerticesOp.h | 25 class GrDrawVerticesOp final : public GrMeshDrawOp { 48 GrDrawVerticesOp(const Helper::MakeArgs&, const SkPMColor4f&, sk_sp<SkVertices>,
|
/external/skia/src/gpu/ops/ |
D | GrDrawVerticesOp.h | 20 namespace GrDrawVerticesOp {
|
D | GrDrawVerticesOp.cpp | 571 std::unique_ptr<GrDrawOp> GrDrawVerticesOp::Make(GrRecordingContext* context, in Make() 704 return GrDrawVerticesOp::Make(context, std::move(paint), std::move(vertices), nullptr, 0, in GR_DRAW_OP_TEST_DEFINE()
|
/external/skqp/tools/gpu/ |
D | GrTest.cpp | 354 DRAW_OP_TEST_EXTERN(GrDrawVerticesOp); 380 DRAW_OP_TEST_ENTRY(GrDrawVerticesOp), in GrDrawRandomOp()
|
/external/skqp/gn/ |
D | gpu.gni | 272 "$_src/gpu/ops/GrDrawVerticesOp.cpp", 273 "$_src/gpu/ops/GrDrawVerticesOp.h",
|
/external/skia/gn/ |
D | gpu.gni | 279 "$_src/gpu/ops/GrDrawVerticesOp.cpp", 280 "$_src/gpu/ops/GrDrawVerticesOp.h",
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.cpp | 1055 std::unique_ptr<GrDrawOp> op = GrDrawVerticesOp::Make( in drawVertices()
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.cpp | 1146 std::unique_ptr<GrDrawOp> op = GrDrawVerticesOp::Make( in drawVertices()
|
/external/skqp/ |
D | Android.bp | 996 "src/gpu/ops/GrDrawVerticesOp.cpp",
|
/external/skia/ |
D | Android.bp | 767 "src/gpu/ops/GrDrawVerticesOp.cpp",
|