Home
last modified time | relevance | path

Searched refs:EndLayerOp (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DRecordedOp.h82 PRE_RENDER_OP_FN(EndLayerOp) \
425 struct EndLayerOp : RecordedOp { struct
426 EndLayerOp() in EndLayerOp() function
427 : RecordedOp(RecordedOpId::EndLayerOp, Rect(), Matrix4::identity(), nullptr, nullptr) {} in EndLayerOp()
DFrameBuilder.cpp297 deferEndLayerOp(*mAllocator.create_trivial<EndLayerOp>()); in deferNodePropsAndOps()
857 void FrameBuilder::deferEndLayerOp(const EndLayerOp& /* ignored */) { in deferEndLayerOp() argument
DRecordingCanvas.cpp91 addOp(alloc().create_trivial<EndLayerOp>()); in onSnapshotRestored()
/frameworks/base/libs/hwui/tests/unit/
DRecordingCanvasTests.cpp365 EXPECT_EQ(RecordedOpId::EndLayerOp, op.opId); in OPENGL_PIPELINE_TEST()
395 EXPECT_EQ(RecordedOpId::EndLayerOp, op.opId); in OPENGL_PIPELINE_TEST()
414 EXPECT_EQ(RecordedOpId::EndLayerOp, op.opId); in OPENGL_PIPELINE_TEST()