Searched refs:checkPixel (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGL_test.cpp63 EXPECT_TRUE(checkPixel( 0, 0, 255, 127, 255, 255, 3));
64 EXPECT_TRUE(checkPixel(63, 0, 0, 133, 0, 255, 3));
65 EXPECT_TRUE(checkPixel(63, 65, 0, 133, 0, 255, 3));
66 EXPECT_TRUE(checkPixel( 0, 65, 255, 127, 255, 255, 3));
68 EXPECT_TRUE(checkPixel(22, 44, 255, 127, 255, 255, 3));
69 EXPECT_TRUE(checkPixel(45, 52, 255, 127, 255, 255, 3));
70 EXPECT_TRUE(checkPixel(52, 51, 98, 255, 73, 255, 3));
71 EXPECT_TRUE(checkPixel( 7, 31, 155, 0, 118, 255, 3));
72 EXPECT_TRUE(checkPixel(31, 9, 107, 24, 87, 255, 3));
73 EXPECT_TRUE(checkPixel(2
[all...]
H A DSurfaceTextureGLToGL_test.cpp135 EXPECT_TRUE(checkPixel( 0, 0, 153, 153, 153, 153));
136 EXPECT_TRUE(checkPixel(63, 0, 153, 153, 153, 153));
137 EXPECT_TRUE(checkPixel(63, 63, 153, 153, 153, 153));
138 EXPECT_TRUE(checkPixel( 0, 63, 153, 153, 153, 153));
140 EXPECT_TRUE(checkPixel( 4, 7, 255, 0, 0, 255));
141 EXPECT_TRUE(checkPixel(25, 51, 0, 255, 0, 255));
142 EXPECT_TRUE(checkPixel(40, 19, 0, 0, 255, 255));
143 EXPECT_TRUE(checkPixel(29, 51, 153, 153, 153, 153));
144 EXPECT_TRUE(checkPixel( 5, 32, 153, 153, 153, 153));
145 EXPECT_TRUE(checkPixel(1
[all...]
H A DCpuConsumer_test.cpp165 void checkPixel(const CpuConsumer::LockedBuffer &buf, function in namespace:android
316 checkPixel(buf, 0, 0, 191);
317 checkPixel(buf, 1, 0, 191);
318 checkPixel(buf, 0, 1, 191);
319 checkPixel(buf, 1, 1, 191);
322 checkPixel(buf, blockWidth, 0, 63);
323 checkPixel(buf, blockWidth + 1, 0, 63);
324 checkPixel(buf, blockWidth, 1, 63);
325 checkPixel(buf, blockWidth + 1, 1, 63);
328 checkPixel(bu
[all...]
H A DSurfaceTextureFBO_test.cpp83 EXPECT_TRUE(checkPixel( 24, 39, 255, 0, 0, 255));
88 EXPECT_TRUE(checkPixel( 24, 39, 0, 255, 0, 255));
H A DGLTest.h55 ::testing::AssertionResult checkPixel(int x, int y,
H A DSurfaceTextureMultiContextGL_test.cpp175 ASSERT_TRUE(checkPixel( 0, 0, 35, 35, 35, 35));
208 ASSERT_TRUE(checkPixel( 0, 0, 35, 35, 35, 35));
240 ASSERT_TRUE(checkPixel( 0, 0, 35, 35, 35, 35));
337 ASSERT_TRUE(checkPixel( 0, 0, 35, 35, 35, 35));
376 ASSERT_TRUE(checkPixel( 0, 0, 35, 35, 35, 35));
H A DMultiTextureConsumer_test.cpp122 EXPECT_TRUE(checkPixel(i*16 + 8, 8, i*16, i*16, i*16, i*16, 0));
H A DGLTest.cpp175 ::testing::AssertionResult GLTest::checkPixel(int x, int y, function in class:android::GLTest
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp287 ::testing::AssertionResult checkPixel(int x, int y, int r, function in class:android::GLTest
836 EXPECT_TRUE(checkPixel( 0, 0, 153, 153, 153, 153));
837 EXPECT_TRUE(checkPixel(63, 0, 153, 153, 153, 153));
838 EXPECT_TRUE(checkPixel(63, 63, 153, 153, 153, 153));
839 EXPECT_TRUE(checkPixel( 0, 63, 153, 153, 153, 153));
841 EXPECT_TRUE(checkPixel( 4, 7, 255, 0, 0, 255));
842 EXPECT_TRUE(checkPixel(25, 51, 0, 255, 0, 255));
843 EXPECT_TRUE(checkPixel(40, 19, 0, 0, 255, 255));
844 EXPECT_TRUE(checkPixel(29, 51, 153, 153, 153, 153));
845 EXPECT_TRUE(checkPixel(
[all...]
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp75 void checkPixel(uint32_t x, uint32_t y, uint8_t r, uint8_t g, uint8_t b) { function in class:android::ScreenCapture
88 checkPixel(x, y, 195, 63, 63);
92 checkPixel(x, y, 63, 63, 195);
96 checkPixel(x, y, 200, 200, 200);
227 sc->checkPixel(145, 145, 63, 195, 63);
265 sc->checkPixel(75, 75, 63, 195, 63);
266 sc->checkPixel(145, 145, 63, 195, 63);
397 sc->checkPixel(75, 75, 162, 63, 96);
717 sc->checkPixel(96, 96, 162, 63, 96);
764 sc->checkPixel(7
[all...]

Completed in 1724 milliseconds