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.cpp1033 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/
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()
DVkHardwareBufferTest.cpp1026 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()
DReadPixelsTest.cpp172 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/
Dtest_urllib.py312 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")