Home
last modified time | relevance | path

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

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