Searched refs:GrDrawVerticesOp (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrDrawVerticesOp.cpp | 13 std::unique_ptr<GrDrawOp> GrDrawVerticesOp::Make(GrPaint&& paint, in Make() 23 return Helper::FactoryHelper<GrDrawVerticesOp>(std::move(paint), std::move(vertices), primType, in Make() 28 GrDrawVerticesOp::GrDrawVerticesOp(const Helper::MakeArgs& helperArgs, GrColor color, in GrDrawVerticesOp() function in GrDrawVerticesOp 71 SkString GrDrawVerticesOp::dumpInfo() const { in dumpInfo() 80 GrDrawOp::FixedFunctionFlags GrDrawVerticesOp::fixedFunctionFlags() const { in fixedFunctionFlags() 84 GrDrawOp::RequiresDstTexture GrDrawVerticesOp::finalize(const GrCaps& caps, in finalize() 107 sk_sp<GrGeometryProcessor> GrDrawVerticesOp::makeGP(bool* hasColorAttribute, in makeGP() 141 void GrDrawVerticesOp::onPrepareDraws(Target* target) const { in onPrepareDraws() 252 bool GrDrawVerticesOp::onCombineIfPossible(GrOp* t, const GrCaps& caps) { in onCombineIfPossible() 253 GrDrawVerticesOp* that = t->cast<GrDrawVerticesOp>(); in onCombineIfPossible() [all …]
|
D | GrDrawVerticesOp.h | 25 class GrDrawVerticesOp final : public GrMeshDrawOp { 43 GrDrawVerticesOp(const Helper::MakeArgs& helperArgs, GrColor, sk_sp<SkVertices>,
|
/external/skia/tools/gpu/ |
D | GrTest.cpp | 299 DRAW_OP_TEST_EXTERN(GrDrawVerticesOp); 325 DRAW_OP_TEST_ENTRY(GrDrawVerticesOp), in GrDrawRandomOp()
|
/external/skia/gn/ |
D | gpu.gni | 259 "$_src/gpu/ops/GrDrawVerticesOp.cpp", 260 "$_src/gpu/ops/GrDrawVerticesOp.h",
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.cpp | 853 GrDrawVerticesOp::Make(std::move(paint), std::move(vertices), viewMatrix, aaType, in drawVertices()
|
/external/skia/ |
D | Android.bp | 526 "src/gpu/ops/GrDrawVerticesOp.cpp",
|