Searched refs:DrawAtlasOp (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDrawAtlasOp.cpp | 24 class DrawAtlasOp final : public GrMeshDrawOp { class 31 DrawAtlasOp(const Helper::MakeArgs&, const SkPMColor4f& color, 90 DrawAtlasOp::DrawAtlasOp(const Helper::MakeArgs& helperArgs, const SkPMColor4f& color, in DrawAtlasOp() function in __anon36ed1ecc0111::DrawAtlasOp 173 SkString DrawAtlasOp::dumpInfo() const { in dumpInfo() 185 void DrawAtlasOp::onPrepareDraws(Target* target) { in onPrepareDraws() 214 void DrawAtlasOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() 218 GrOp::CombineResult DrawAtlasOp::onCombineIfPossible(GrOp* t, const GrCaps& caps) { in onCombineIfPossible() 219 DrawAtlasOp* that = t->cast<DrawAtlasOp>(); in onCombineIfPossible() 244 GrDrawOp::FixedFunctionFlags DrawAtlasOp::fixedFunctionFlags() const { in fixedFunctionFlags() 248 GrProcessorSet::Analysis DrawAtlasOp::finalize( in finalize() [all …]
|
/third_party/skia/tools/gpu/ |
D | GrTest.cpp | 53 DRAW_OP_TEST_EXTERN(DrawAtlasOp); 84 DRAW_OP_TEST_ENTRY(DrawAtlasOp), in GrDrawRandomOp()
|
/third_party/flutter/skia/tools/gpu/ |
D | GrTest.cpp | 164 DRAW_OP_TEST_EXTERN(DrawAtlasOp); 191 DRAW_OP_TEST_ENTRY(DrawAtlasOp), in GrDrawRandomOp()
|
/third_party/skia/src/gpu/ops/ |
D | DrawAtlasOp.cpp | 310 namespace skgpu::v1::DrawAtlasOp { namespace 372 GR_DRAW_OP_TEST_DEFINE(DrawAtlasOp) { in GR_DRAW_OP_TEST_DEFINE() argument 389 return skgpu::v1::DrawAtlasOp::Make(context, std::move(paint), viewMatrix, aaType, spriteCount, in GR_DRAW_OP_TEST_DEFINE()
|
D | DrawAtlasOp.h | 19 namespace skgpu::v1::DrawAtlasOp {
|
/third_party/skia/src/gpu/ |
D | BUILD.bazel | 328 "ops/DrawAtlasOp.cpp", 329 "ops/DrawAtlasOp.h",
|
/third_party/skia/gn/ |
D | gpu.gni | 510 "$_src/gpu/ops/DrawAtlasOp.cpp", 511 "$_src/gpu/ops/DrawAtlasOp.h",
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext.cpp | 1018 GrOp::Owner op = DrawAtlasOp::Make(fContext, std::move(paint), viewMatrix, in drawAtlas()
|