Home
last modified time | relevance | path

Searched refs:check_read (Results 1 – 9 of 9) sorted by relevance

/external/skqp/tests/
DGrOpListFlushTest.cpp15 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& bitmap) { in check_read() function
78 REPORTER_ASSERT(reporter, check_read(reporter, readbackBitmap)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
81 REPORTER_ASSERT(reporter, check_read(reporter, readbackBitmap)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGrAHardwareBufferTest.cpp74 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& expectedBitmap, in check_read() function
194 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, readbackBitmap)); in basic_draw_test_helper()
DReadPixelsTest.cpp169 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& bitmap, int x, int y, in check_read() function
435 check_read(reporter, bmp, srcRect.fLeft, srcRect.fTop, success, in test_readpixels()
520 check_read(reporter, bmp, srcRect.fLeft, srcRect.fTop, success, true, in test_readpixels_texture()
DVkHardwareBufferTest.cpp1032 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& srcBitmap, in check_read() function
1207 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, dstBitmapSurface)); in run_test()
1274 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, dstBitmapFinal)); in run_test()
/external/skia/tests/
DGrOpListFlushTest.cpp15 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& bitmap) { in check_read() function
78 REPORTER_ASSERT(reporter, check_read(reporter, readbackBitmap)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
81 REPORTER_ASSERT(reporter, check_read(reporter, readbackBitmap)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGrAHardwareBufferTest.cpp74 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& expectedBitmap, in check_read() function
194 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, readbackBitmap)); in basic_draw_test_helper()
266 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, readbackBitmap)); in surface_draw_test_helper()
DReadPixelsTest.cpp169 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& bitmap, int x, int y, in check_read() function
435 check_read(reporter, bmp, srcRect.fLeft, srcRect.fTop, success, in test_readpixels()
520 check_read(reporter, bmp, srcRect.fLeft, srcRect.fTop, success, true, in test_readpixels_texture()
DVkHardwareBufferTest.cpp1020 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& srcBitmap, in check_read() function
1195 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, dstBitmapSurface)); in run_test()
1262 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, dstBitmapFinal)); in run_test()
/external/python/cpython3/Lib/test/
Dtest_urllib.py303 def check_read(self, ver): member in urlopen_HttpTests
335 self.check_read(b"0.9")
338 self.check_read(b"1.0")
341 self.check_read(b"1.1")