/* Compare the color of the center quad with our expectation */
color=getPixelColor(device,320,240);
ok(color==test_formats[fmt_index].resultColorBlending,"Offscreen failed for %s: Got color %#08x, expected %#08x.\n",test_formats[fmt_index].fmtName,color,test_formats[fmt_index].resultColorBlending);