Searched refs:check_read (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/tests/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
/third_party/python/Lib/test/ |
H A D | test_urllib.py | 346 def check_read(self, ver): member in urlopen_HttpTests 463 self.check_read(b"0.9") 466 self.check_read(b"1.0") 469 self.check_read(b"1.1")
|
Completed in 7 milliseconds