Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordedOp.h100 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()
DRecordingCanvas.cpp263 addOp(alloc().create_trivial<PointsOp>( in drawPoints()
DFrameBuilder.cpp691 void FrameBuilder::deferPointsOp(const PointsOp& op) { in deferPointsOp()
DBakedOpDispatcher.cpp623 void BakedOpDispatcher::onPointsOp(BakedOpRenderer& renderer, const PointsOp& op, in onPointsOp()
/frameworks/base/libs/hwui/tests/unit/
DBakedOpDispatcherTests.cpp146 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()
DFrameBuilderTests.cpp145 void onPointsOp(const PointsOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()