Searched refs:ImageMatches (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | FrameBuffer_unittest.cpp | 218 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 …]
|
D | GLTestUtils.h | 31 testing::AssertionResult ImageMatches(int width, int height, int bpp, int rowLength,
|
D | TextureDraw_unittest.cpp | 148 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()
|
D | GLTestUtils.cpp | 36 testing::AssertionResult ImageMatches(int width, int height, int bpp, int rowLength, in ImageMatches() function
|
D | GLSnapshotTestDispatch.cpp | 169 EXPECT_TRUE(ImageMatches(width, height, bytesPerPixel, width, in testDraw()
|
D | DefaultFramebufferBlit_unittest.cpp | 164 ImageMatches(mWidth, mHeight, 4, mWidth, targetBuffer.data(), forRead.data())); in verifySwappedColor()
|