Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp1858 const auto& realComponent = realPlaneLayout.components[j]; in TEST_P() local
1860 EXPECT_EQ(component.type.name, realComponent.type.name); in TEST_P()
1861 EXPECT_EQ(component.type.value, realComponent.type.value); in TEST_P()
1862 EXPECT_EQ(component.sizeInBits, realComponent.sizeInBits); in TEST_P()
1863 EXPECT_EQ(component.offsetInBits, realComponent.offsetInBits); in TEST_P()