Searched refs:LinesOp (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RecordedOp.h | 97 UNMERGEABLE_OP_FN(LinesOp) \ 272 struct LinesOp : RecordedOp { struct 273 LinesOp(BASE_PARAMS, const float* points, const int floatCount) in LinesOp() function 274 : SUPER(LinesOp), points(points), floatCount(floatCount) {} in LinesOp()
|
D | RecordingCanvas.cpp | 272 addOp(alloc().create_trivial<LinesOp>( in drawLines()
|
D | FrameBuilder.cpp | 658 void FrameBuilder::deferLinesOp(const LinesOp& op) { in deferLinesOp()
|
D | BakedOpDispatcher.cpp | 549 void BakedOpDispatcher::onLinesOp(BakedOpRenderer& renderer, const LinesOp& op, in onLinesOp()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | BakedOpDispatcherTests.cpp | 153 LinesOp antiAliasedLinesOp(bounds, Matrix4::identity(), nullptr, &aaPaint, points, 4); in RENDERTHREAD_OPENGL_PIPELINE_TEST() 156 LinesOp linesOp(bounds, Matrix4::identity(), nullptr, &paint, points, 4); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
|
D | RecordingCanvasTests.cpp | 138 ASSERT_EQ(RecordedOpId::LinesOp, op->opId); in OPENGL_PIPELINE_TEST() 139 EXPECT_EQ(4, ((LinesOp*)op)->floatCount) in OPENGL_PIPELINE_TEST()
|