Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp218 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), forRead.data())); in TEST_F()
238 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), in TEST_F()
244 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), in TEST_F()
265 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), in TEST_F()
271 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), in TEST_F()
325 ImageMatches(mWidth, mHeight * 3 / 2, 1, mWidth, golden, forRead)); in TEST_F()
347 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), in TEST_F()
353 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), in TEST_F()
374 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), in TEST_F()
449 ImageMatches( in TEST_F()
[all …]
DGLTestUtils.h31 testing::AssertionResult ImageMatches(int width, int height, int bpp, int rowLength,
DTextureDraw_unittest.cpp148 EXPECT_TRUE(ImageMatches(width, height, bpp, width, in TestTextureDrawLayer()
168 EXPECT_TRUE(ImageMatches(width, height, bpp, width, in TestTextureDrawLayer()
204 EXPECT_TRUE(ImageMatches(width, height, bpp, width, in TestTextureDrawLayer()
DGLTestUtils.cpp36 testing::AssertionResult ImageMatches(int width, int height, int bpp, int rowLength, in ImageMatches() function
DGLSnapshotTestDispatch.cpp169 EXPECT_TRUE(ImageMatches(width, height, bytesPerPixel, width, in testDraw()
DDefaultFramebufferBlit_unittest.cpp164 ImageMatches(mWidth, mHeight, 4, mWidth, targetBuffer.data(), forRead.data())); in verifySwappedColor()