Home
last modified time | relevance | path

Searched refs:MakeSet (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrTextureOp.h49 std::unique_ptr<GrDrawOp> MakeSet(GrRecordingContext*,
DGrFillRectOp.h48 std::unique_ptr<GrDrawOp> MakeSet(GrRecordingContext* context,
DGrFillRectOp.cpp182 friend std::unique_ptr<GrDrawOp> GrFillRectOp::MakeSet(
343 std::unique_ptr<GrDrawOp> MakeSet(GrRecordingContext* context, in MakeSet() function
423 return GrFillRectOp::MakeSet(context, std::move(paint), aaType, viewMatrix, in GR_DRAW_OP_TEST_DEFINE()
DGrTextureOp.cpp658 std::unique_ptr<GrDrawOp> MakeSet(GrRecordingContext* context, in MakeSet() function
/third_party/flutter/skia/src/gpu/
DGrRenderTargetContext.cpp784 this->addDrawOp(clip, GrFillRectOp::MakeSet(fContext, std::move(paint), aaType, viewMatrix, in drawQuadSet()
961 auto op = GrTextureOp::MakeSet(fContext, set, cnt, filter, aaType, constraint, viewMatrix, in drawTextureSet()