Searched refs:dstBitmapFinal (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | VkHardwareBufferTest.cpp | 1106 SkBitmap dstBitmapFinal; in run_test() local 1107 dstBitmapFinal.allocN32Pixels(DEV_W, DEV_H); in run_test() 1252 bool readResult = dstSurf->readPixels(dstBitmapFinal, 0, 0); in run_test() 1262 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, dstBitmapFinal)); in run_test()
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 1118 SkBitmap dstBitmapFinal; in run_test() local 1119 dstBitmapFinal.allocN32Pixels(DEV_W, DEV_H); in run_test() 1264 bool readResult = dstSurf->readPixels(dstBitmapFinal, 0, 0); in run_test() 1274 REPORTER_ASSERT(reporter, check_read(reporter, srcBitmap, dstBitmapFinal)); in run_test()
|