Searched refs:dstBitmapSurface (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | VkHardwareBufferTest.cpp | 1104 SkBitmap dstBitmapSurface; in run_test() local 1105 dstBitmapSurface.allocN32Pixels(DEV_W, DEV_H); in run_test() 1188 bool readResult = surface->readPixels(dstBitmapSurface, 0, 0); in run_test() 1195 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, dstBitmapSurface)); in run_test()
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 1116 SkBitmap dstBitmapSurface; in run_test() local 1117 dstBitmapSurface.allocN32Pixels(DEV_W, DEV_H); in run_test() 1200 bool readResult = surface->readPixels(dstBitmapSurface, 0, 0); in run_test() 1207 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, dstBitmapSurface)); in run_test()
|