Searched refs:origDstPixel (Results 1 – 1 of 1) sorted by relevance
209 uint32_t origDstPixel = get_dst_bmp_init_color(bx, by, bw); in check_read() local210 if (origDstPixel != *pixel) { in check_read()212 "Expected 0x%08x, got 0x%08x", origDstPixel, *pixel); in check_read()