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

/frameworks/base/libs/hwui/
H A DRecordedOp.h81 PRE_RENDER_OP_FN(EndLayerOp) \
452 struct EndLayerOp : RecordedOp { struct in namespace:android::uirenderer
453 EndLayerOp() function in struct:android::uirenderer::EndLayerOp
454 : RecordedOp(RecordedOpId::EndLayerOp, Rect(), Matrix4::identity(), nullptr, nullptr) {}
H A DFrameBuilder.cpp304 deferEndLayerOp(*mAllocator.create_trivial<EndLayerOp>());
883 void FrameBuilder::deferEndLayerOp(const EndLayerOp& /* ignored */) {
H A DRecordingCanvas.cpp96 addOp(alloc().create_trivial<EndLayerOp>());
/frameworks/base/libs/hwui/tests/unit/
H A DRecordingCanvasTests.cpp370 EXPECT_EQ(RecordedOpId::EndLayerOp, op.opId);
400 EXPECT_EQ(RecordedOpId::EndLayerOp, op.opId);
419 EXPECT_EQ(RecordedOpId::EndLayerOp, op.opId);

Completed in 48 milliseconds