Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/ops/
DGrFillRectOp.cpp198 friend class ::GrFillRectOp; // for access to addQuad
424 std::unique_ptr<GrDrawOp> GrFillRectOp::Make(GrRecordingContext* context, in Make()
434 std::unique_ptr<GrDrawOp> GrFillRectOp::MakeNonAARect(GrRecordingContext* context, in MakeNonAARect()
444 std::unique_ptr<GrDrawOp> GrFillRectOp::MakeOp(GrRecordingContext* context, in MakeOp()
484 void GrFillRectOp::AddFillRectOps(GrRenderTargetContext* rtc, in AddFillRectOps()
514 uint32_t GrFillRectOp::ClassID() { in ClassID()
544 return GrFillRectOp::Make(context, std::move(paint), aaType, &quad, stencil); in GR_DRAW_OP_TEST_DEFINE()
550 return GrFillRectOp::Make(context, std::move(paint), aaType, &quad, stencil); in GR_DRAW_OP_TEST_DEFINE()
555 return GrFillRectOp::Make(context, std::move(paint), aaType, &quad, stencil); in GR_DRAW_OP_TEST_DEFINE()
DGrFillRectOp.h29 class GrFillRectOp {
/external/skia/src/gpu/tessellate/
DGrGpuTessellationPathRenderer.cpp178 auto fillRectFlags = GrFillRectOp::InputFlags::kNone; in renderAtlas()
187 fillRectFlags |= GrFillRectOp::InputFlags::kConservativeRaster; in renderAtlas()
207 auto coverOp = GrFillRectOp::Make(rtc->surfPriv().getContext(), std::move(paint), in renderAtlas()
/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.cpp58 GrFillRectOp::AddFillRectOps(rtc.get(), GrNoClip(), context, std::move(paint), overallAA, in bulk_fill_rect_create_test()
68 REPORTER_ASSERT(reporter, tmp->classID() == GrFillRectOp::ClassID()); in bulk_fill_rect_create_test()
131 : GrFillRectOp::ClassID(); in bulk_texture_rect_create_test()
/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/gm/
Dfpcoordinateoverride.cpp94 rtCtx->priv().testingOnly_addDrawOp(GrFillRectOp::MakeNonAARect(ctx,
Dbigrrectaaeffect.cpp106 GrFillRectOp::MakeNonAARect(context, std::move(grPaint), in onDraw()
Dyuvtorgbeffect.cpp138 GrFillRectOp::MakeNonAARect(context, std::move(grPaint), in onDraw()
250 std::unique_ptr<GrDrawOp> op(GrFillRectOp::MakeNonAARect( in onDraw()
Dconstcolorprocessor.cpp124 GrFillRectOp::MakeNonAARect(context, std::move(grPaint), in onDraw()
Drrects.cpp134 GrFillRectOp::MakeNonAARect(context, std::move(grPaint), in onDraw()
/external/skia/src/gpu/
DGrRenderTargetContext.cpp523 GrFillRectOp::MakeNonAARect(fContext, std::move(paint), SkMatrix::I(), in internalClear()
536 GrFillRectOp::MakeNonAARect(fContext, std::move(paint), SkMatrix::I(), in internalClear()
787 this->addDrawOp(finalClip, GrFillRectOp::Make(fContext, std::move(paint), aaType, in drawFilledQuad()
912 GrFillRectOp::AddFillRectOps(this, clip, fContext, std::move(paint), aaType, viewMatrix, in drawQuadSet()
989 this->addDrawOp(clip, GrFillRectOp::MakeNonAARect(fContext, std::move(paint), SkMatrix::I(), in internalStencilClear()
DGrRenderTargetContext.h609 friend class GrFillRectOp; // for access to addDrawOp variable
/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