Searched refs:origDstPixel (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | ReadPixelsTest.cpp | 243 uint32_t origDstPixel = get_dst_bmp_init_color(bx, by, bw); in check_read() local 244 if (origDstPixel != *pixel) { in check_read() 246 "Expected 0x%08x, got 0x%08x", origDstPixel, *pixel); in check_read()
|
/external/skia/tests/ |
D | ReadPixelsTest.cpp | 243 uint32_t origDstPixel = get_dst_bmp_init_color(bx, by, bw); in check_read() local 244 if (origDstPixel != *pixel) { in check_read() 246 "Expected 0x%08x, got 0x%08x", origDstPixel, *pixel); in check_read()
|