Home
last modified time | relevance | path

Searched refs:GrFillRectOp (Results 1 – 25 of 31) sorted by relevance

12

/external/skia/src/gpu/ops/
DGrFillRectOp.cpp182 friend class ::GrFillRectOp; // for access to addQuad
459 GrOp::Owner GrFillRectOp::Make(GrRecordingContext* context, in Make()
469 GrOp::Owner GrFillRectOp::MakeNonAARect(GrRecordingContext* context, in MakeNonAARect()
479 GrOp::Owner GrFillRectOp::MakeOp(GrRecordingContext* context, in MakeOp()
519 void GrFillRectOp::AddFillRectOps(GrSurfaceDrawContext* rtc, in AddFillRectOps()
549 uint32_t GrFillRectOp::ClassID() { in ClassID()
579 return GrFillRectOp::Make(context, std::move(paint), aaType, &quad, stencil); in GR_DRAW_OP_TEST_DEFINE()
585 return GrFillRectOp::Make(context, std::move(paint), aaType, &quad, stencil); in GR_DRAW_OP_TEST_DEFINE()
590 return GrFillRectOp::Make(context, std::move(paint), aaType, &quad, stencil); in GR_DRAW_OP_TEST_DEFINE()
DGrFillRectOp.h29 class GrFillRectOp {
/external/skqp/src/gpu/ops/
DGrFillRectOp.cpp167 friend std::unique_ptr<GrDrawOp> GrFillRectOp::MakeSet(GrContext* context, GrPaint&& paint,
332 namespace GrFillRectOp { namespace
489 return GrFillRectOp::MakeSet(context, std::move(paint), aaType, viewMatrix, in GR_DRAW_OP_TEST_DEFINE()
494 return GrFillRectOp::MakePerEdgeWithLocalMatrix(context, std::move(paint), aaType, in GR_DRAW_OP_TEST_DEFINE()
501 return GrFillRectOp::MakePerEdgeWithLocalRect(context, std::move(paint), aaType, in GR_DRAW_OP_TEST_DEFINE()
507 return GrFillRectOp::MakePerEdge(context, std::move(paint), aaType, aaFlags, viewMatrix, in GR_DRAW_OP_TEST_DEFINE()
DGrFillRectOp.h26 namespace GrFillRectOp {
DGrStencilAndCoverPathRenderer.cpp162 std::unique_ptr<GrDrawOp> op = GrFillRectOp::MakeWithLocalMatrix( in onDrawPath()
DGrDefaultPathRenderer.cpp617 GrFillRectOp::MakeWithLocalMatrix(context, std::move(paint), aaType, viewM, in internalDrawPath()
DGrStrokeRectOp.cpp766 return GrFillRectOp::Make(context, std::move(paint), GrAAType::kCoverage, viewMatrix, in MakeNested()
/external/skia/tests/
DBulkRectTest.cpp71 GrFillRectOp::AddFillRectOps(rtc.get(), nullptr, dContext, std::move(paint), overallAA, in fillrectop_creation_test()
81 REPORTER_ASSERT(reporter, tmp->classID() == GrFillRectOp::ClassID()); in fillrectop_creation_test()
192 : GrFillRectOp::ClassID(); in textureop_creation_test()
/external/skia/gm/
Dswizzle.cpp38 rtCtx->addDrawOp(GrFillRectOp::MakeNonAARect(ctx, std::move(grPaint), SkMatrix(), bounds));
Dfpcoordinateoverride.cpp91 rtCtx->addDrawOp(GrFillRectOp::MakeNonAARect(ctx, std::move(grPaint), SkMatrix::I(), bounds));
Dbigrrectaaeffect.cpp105 surfaceDrawContext->addDrawOp(GrFillRectOp::MakeNonAARect( in onDraw()
Drrects.cpp134 surfaceDrawContext->addDrawOp(GrFillRectOp::MakeNonAARect( in onDraw()
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp335 GrFillRectOp::Make(fContext, std::move(paint), in internalClear()
348 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), GrAAType::kNone, in internalClear()
398 GrFillRectOp::Make(fRenderTargetContext->fContext, in absClear()
423 GrFillRectOp::Make(fRenderTargetContext->fContext, in absClear()
489 std::unique_ptr<GrDrawOp> op = GrFillRectOp::MakeWithLocalMatrix( in drawPaint()
645 GrFillRectOp::Make(fContext, std::move(paint), aaType, SkMatrix::I(), in drawFilledRectAsClear()
672 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), aaType, viewMatrix, in drawFilledRect()
753 this->addDrawOp(clip, GrFillRectOp::MakeSet(fContext, std::move(paint), aaType, viewMatrix, in drawQuadSet()
787 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), in internalStencilClear()
859 std::unique_ptr<GrDrawOp> op = GrFillRectOp::Make( in stencilRect()
[all …]
DGrSoftwarePathRenderer.cpp103 GrFillRectOp::MakeWithLocalMatrix( in DrawNonAARect()
/external/skqp/gm/
Dyuvtorgbeffect.cpp133 GrFillRectOp::Make(context, std::move(grPaint), GrAAType::kNone, in onDraw()
254 std::unique_ptr<GrDrawOp> op(GrFillRectOp::Make(context, std::move(grPaint), in onDraw()
Dbigrrectaaeffect.cpp98 GrFillRectOp::Make(context, std::move(grPaint), GrAAType::kNone, in onDraw()
Dconstcolorprocessor.cpp111 GrFillRectOp::Make(context, std::move(grPaint), GrAAType::kNone, in onDraw()
Drrects.cpp120 GrFillRectOp::Make(context, std::move(grPaint), GrAAType::kNone, in onDraw()
Dtexturedomaineffect.cpp155 GrFillRectOp::Make(context, std::move(grPaint), GrAAType::kNone, in onDraw()
/external/skia/src/gpu/
DGrSurfaceFillContext.cpp284 auto op = GrFillRectOp::MakeNonAARect(fContext, std::move(paint), SkMatrix::I(), in fillRectWithFP()
429 auto op = GrFillRectOp::MakeNonAARect(fContext, std::move(paint), SkMatrix::I(), in internalClear()
DGrSurfaceDrawContext.cpp646 this->addDrawOp(finalClip, GrFillRectOp::Make(fContext, std::move(paint), aaType, in drawFilledQuad()
847 GrFillRectOp::AddFillRectOps(this, clip, fContext, std::move(paint), aaType, viewMatrix, in drawQuadSet()
906 GrFillRectOp::MakeNonAARect(fContext, std::move(paint), SkMatrix::I(), in internalStencilClear()
/external/skia/src/gpu/tessellate/
DGrTessellationPathRenderer.cpp422 auto fillRectFlags = GrFillRectOp::InputFlags::kNone; in renderAtlas()
442 auto coverOp = GrFillRectOp::Make(rtc->recordingContext(), std::move(paint), aaType, &drawQuad, in renderAtlas()
/external/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp129 auto coverOp = GrFillRectOp::Make(surfaceDrawContext->recordingContext(), std::move(paint), in draw_stencil_to_coverage()
/external/skqp/gn/
Dgpu.gni274 "$_src/gpu/ops/GrFillRectOp.cpp",
275 "$_src/gpu/ops/GrFillRectOp.h",
/external/skqp/tests/
DProcessorTest.cpp261 auto op = GrFillRectOp::Make(context, std::move(paint), GrAAType::kNone, SkMatrix::I(), in test_draw_op()

12