Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp1485 uint64_t realAllocationSize = 0; in TEST_P() local
1486 ASSERT_EQ(NO_ERROR, gralloc4::decodeAllocationSize(vec, &realAllocationSize)); in TEST_P()
1487 EXPECT_EQ(allocationSize, realAllocationSize); in TEST_P()