/external/skqp/tests/ |
D | GrOpListFlushTest.cpp | 15 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()
|
D | GrAHardwareBufferTest.cpp | 74 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()
|
D | ReadPixelsTest.cpp | 169 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()
|
D | VkHardwareBufferTest.cpp | 1033 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& srcBitmap, in check_read() function 1208 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, dstBitmapSurface)); in run_test() 1275 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, dstBitmapFinal)); in run_test()
|
/external/skia/tests/ |
D | GrOpListFlushTest.cpp | 15 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()
|
D | GrAHardwareBufferTest.cpp | 74 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()
|
D | VkHardwareBufferTest.cpp | 1026 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& srcBitmap, in check_read() function 1209 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, dstBitmapSurface)); in run_test() 1276 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, dstBitmapFinal)); in run_test()
|
D | ReadPixelsTest.cpp | 172 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& bitmap, int x, int y, in check_read() function 367 check_read(reporter, bmp, srcRect.fLeft, srcRect.fTop, success, in test_readpixels() 411 check_read(reporter, bmp, srcRect.fLeft, srcRect.fTop, success, true, in test_readpixels_texture()
|
/external/python/cpython3/Lib/test/ |
D | test_urllib.py | 312 def check_read(self, ver): member in urlopen_HttpTests 397 self.check_read(b"0.9") 400 self.check_read(b"1.0") 403 self.check_read(b"1.1")
|