Searched refs:PointsOp (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RecordedOp.h | 100 UNMERGEABLE_OP_FN(PointsOp) \ 295 struct PointsOp : RecordedOp { struct 296 PointsOp(BASE_PARAMS, const float* points, const int floatCount) in PointsOp() argument 297 : SUPER(PointsOp), points(points), floatCount(floatCount) {} in PointsOp()
|
D | RecordingCanvas.cpp | 263 addOp(alloc().create_trivial<PointsOp>( in drawPoints()
|
D | FrameBuilder.cpp | 691 void FrameBuilder::deferPointsOp(const PointsOp& op) { in deferPointsOp()
|
D | BakedOpDispatcher.cpp | 623 void BakedOpDispatcher::onPointsOp(BakedOpRenderer& renderer, const PointsOp& op, in onPointsOp()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | BakedOpDispatcherTests.cpp | 146 PointsOp antiAliasedPointsOp(bounds, Matrix4::identity(), nullptr, &aaPaint, points, 4); in RENDERTHREAD_OPENGL_PIPELINE_TEST() 149 PointsOp pointsOp(bounds, Matrix4::identity(), nullptr, &paint, points, 4); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
|
D | FrameBuilderTests.cpp | 145 void onPointsOp(const PointsOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
|