Home
last modified time | relevance | path

Searched refs:LinesOp (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
DRecordedOp.h96 UNMERGEABLE_OP_FN(LinesOp) \
279 struct LinesOp : RecordedOp { struct
280 LinesOp(BASE_PARAMS, const float* points, const int floatCount) in LinesOp() argument
281 : SUPER(LinesOp) in LinesOp()
DRecordingCanvas.cpp285 addOp(alloc().create_trivial<LinesOp>( in drawLines()
DFrameBuilder.cpp679 void FrameBuilder::deferLinesOp(const LinesOp& op) { in deferLinesOp()
DBakedOpDispatcher.cpp549 void BakedOpDispatcher::onLinesOp(BakedOpRenderer& renderer, const LinesOp& op, const BakedOpState&… in onLinesOp()
/frameworks/base/libs/hwui/tests/unit/
DBakedOpDispatcherTests.cpp152 LinesOp antiAliasedLinesOp(bounds, Matrix4::identity(), nullptr, &aaPaint, points, 4); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
155 LinesOp linesOp(bounds, Matrix4::identity(), nullptr, &paint, points, 4); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
DRecordingCanvasTests.cpp138 ASSERT_EQ(RecordedOpId::LinesOp, op->opId); in OPENGL_PIPELINE_TEST()
139 EXPECT_EQ(4, ((LinesOp*)op)->floatCount) in OPENGL_PIPELINE_TEST()