Lines Matching refs:forUpdate

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()
271 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), in TEST_F()
286 uint8_t forUpdate[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, in TEST_F() local
302 GL_UNSIGNED_BYTE, forUpdate); in TEST_F()
338 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() local
340 GL_UNSIGNED_BYTE, forUpdate.data()); 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()
368 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() local
369 …mFb->updateColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forUpdate.data()); in TEST_F()
374 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), in TEST_F()
503 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() local
504 …mFb->updateColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forUpdate.data()); in TEST_F()
512 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), forRead.data())); in TEST_F()
528 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() local
529 …mFb->updateColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forUpdate.data()); in TEST_F()
534 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), forRead.data())); in TEST_F()
753 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() local
754 …mFb->updateColorBuffer(handle, 0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, forUpdate.data()); in TEST_F()
778 EXPECT_TRUE(ImageMatches(mWidth, mHeight, 4, mWidth, forUpdate.data(), forRead.data())); in TEST_F()
902 …TestTexture forUpdate = createTestTextureRGBA8888SingleColor(kWidth, kHeight, 1.0f, 0.0f, 1.0f, 1.… in TEST_F() local
904 mFb->updateColorBuffer(cb, 0, 0, kWidth, kHeight, GL_RGBA, GL_UNSIGNED_BYTE, forUpdate.data()); in TEST_F()
911 EXPECT_TRUE(ImageMatches(kWidth, kHeight, 4, kWidth, forUpdate.data(), forRead.data())); in TEST_F()