Searched refs:pixel2 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/osmesa/ |
| H A D | test-render.cpp | 255 uint32_t pixel1, pixel2; local in function:TEST 263 ASSERT_EQ(OSMesaMakeCurrent(ctx2.get(), &pixel2, GL_UNSIGNED_BYTE, 1, 1), GL_TRUE); 268 EXPECT_EQ(pixel2, be_bswap32(0x0000ff00)); 270 /* Leave a dangling render to pixel2 as we switch contexts (there should be 286 EXPECT_EQ(pixel2, be_bswap32(0x00ff0000));
|
| /xsrc/external/mit/xcb-util/dist/image/ |
| H A D | test_xcb_image.c | 52 uint32_t pixel2; local in function:reflect_window 87 pixel2 = xcb_image_get_pixel (image, right_x, y); 88 xcb_image_put_pixel (image, left_x, y, pixel2);
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_accel.c | 565 unsigned char pixel1, pixel2, pixel3; variable in typeref:typename:unsigned char 586 pixel2 = (color >> 8) & 0xFF; 589 cAcl->bgpixel = pixel2; 596 if (pixel1 == pixel2) { 602 cAcl->fgpixel = pixel2; 606 } else if (pixel2 == pixel3) { 609 cAcl->xorpixel = pixel2 ^ pixel3;
|
Completed in 4 milliseconds