/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 | 16 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& bitmap) { in check_read() function 81 REPORTER_ASSERT(reporter, check_read(reporter, readbackBitmap)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 84 REPORTER_ASSERT(reporter, check_read(reporter, readbackBitmap)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | GrAHardwareBufferTest.cpp | 75 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& expectedBitmap, in check_read() function 195 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, readbackBitmap)); in basic_draw_test_helper() 267 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, readbackBitmap)); in surface_draw_test_helper()
|
D | ReadPixelsTest.cpp | 164 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& bitmap, int x, int y, in check_read() function 359 check_read(reporter, bmp, srcRect.fLeft, srcRect.fTop, success, in test_readpixels()
|
D | VkHardwareBufferTest.cpp | 1036 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& srcBitmap, in check_read() function 1219 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, dstBitmapSurface)); in run_test() 1286 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, dstBitmapFinal)); in run_test()
|
/external/python/cpython3/Lib/test/ |
D | test_urllib.py | 344 def check_read(self, ver): member in urlopen_HttpTests 461 self.check_read(b"0.9") 464 self.check_read(b"1.0") 467 self.check_read(b"1.1")
|