Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1656 const auto& realComponent = realPlaneLayout.components[j]; in TEST_P() local
1658 EXPECT_EQ(component.type.name, realComponent.type.name); in TEST_P()
1659 EXPECT_EQ(component.type.value, realComponent.type.value); in TEST_P()
1660 EXPECT_EQ(component.sizeInBits, realComponent.sizeInBits); in TEST_P()
1661 EXPECT_EQ(component.offsetInBits, realComponent.offsetInBits); in TEST_P()