Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp196 uint32_t goldenHeight; in compareImageWithGoldenPng() local
199 LoadRGBAFromPng(filename, &goldenWidth, &goldenHeight, &goldenPixels); in compareImageWithGoldenPng()
207 EXPECT_EQ(target->m_height, goldenHeight) in compareImageWithGoldenPng()
209 if (targetWidth != goldenWidth || targetHeight != goldenHeight) { in compareImageWithGoldenPng()
214 goldenWidth, goldenHeight); in compareImageWithGoldenPng()