Searched refs:forUpdate (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | FrameBuffer_unittest.cpp | 212 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() local 213 …mFb->updateColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forUpdate.data()); in TEST_F() 218 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), forRead.data())); in TEST_F() 229 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() local 231 GL_UNSIGNED_BYTE, forUpdate.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() 256 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() local 258 GL_UNSIGNED_BYTE, forUpdate.data()); in TEST_F() 265 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), in TEST_F() [all …]
|