Home
last modified time | relevance | path

Searched refs:check_read (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tests/
H A DGrOpListFlushTest.cpp16 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 DGrAHardwareBufferTest.cpp75 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 DReadPixelsTest.cpp164 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 DVkHardwareBufferTest.cpp1036 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 Dtest_urllib.py346 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