Home
last modified time | relevance | path

Searched defs:check_read (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DGrOpListFlushTest.cpp33 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& bitmap) { in check_read() function
H A DGrAHardwareBufferTest.cpp80 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& expectedBitmap, in check_read() function
H A DReadPixelsTest.cpp188 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& bitmap, int x, int y, in check_read() function
H A DVkHardwareBufferTest.cpp1062 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& srcBitmap, in check_read() function
/aosp_15_r20/external/skia/tests/graphite/
H A DAHardwareBufferTest.cpp78 bool check_read(skiatest::Reporter* reporter, const SkBitmap& expectedBitmap, in check_read() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_urllib.py346 def check_read(self, ver): member in urlopen_HttpTests