Home
last modified time | relevance | path

Searched refs:check_pixel_4bpp (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/d3dx9_36/
H A Dsurface.c1083 check_pixel_4bpp(&lockrect, 0, 0, 0x8dc32bf6); in test_D3DXLoadSurface()
1099 check_pixel_4bpp(&lockrect, 0, 0, 0x57dbffff); in test_D3DXLoadSurface()
1100 check_pixel_4bpp(&lockrect, 1, 0, 0x98ffff00); in test_D3DXLoadSurface()
1101 check_pixel_4bpp(&lockrect, 0, 1, 0xacdbff55); in test_D3DXLoadSurface()
1102 check_pixel_4bpp(&lockrect, 1, 1, 0xc8929255); in test_D3DXLoadSurface()
1109 check_pixel_4bpp(&lockrect, 0, 0, 0x008cadad); in test_D3DXLoadSurface()
1110 check_pixel_4bpp(&lockrect, 1, 0, 0xff317342); in test_D3DXLoadSurface()
1111 check_pixel_4bpp(&lockrect, 0, 1, 0x0008ad10); in test_D3DXLoadSurface()
1112 check_pixel_4bpp(&lockrect, 1, 1, 0xff29088c); in test_D3DXLoadSurface()
1119 check_pixel_4bpp(&lockrect, 0, 0, 0xff9cdfb5); in test_D3DXLoadSurface()
[all …]
H A Dvolume.c42 #define check_pixel_4bpp(box, x, y, z, color) _check_pixel_4bpp(__LINE__, box, x, y, z, color) macro
93 for (i = 0; i < 16; i++) check_pixel_4bpp(&locked_box, i % 4, 0, i / 4, pixels[i]); in test_D3DXLoadVolumeFromMemory()
114 for (i = 0; i < 16; i++) check_pixel_4bpp(&locked_box, i % 4, i / 4, 0, pixels[i]); in test_D3DXLoadVolumeFromMemory()
121 for (i = 0; i < 16; i++) check_pixel_4bpp(&locked_box, i % 4, i / 4, 0, pixels[i]); in test_D3DXLoadVolumeFromMemory()
127 if (z != 0 || y >= 4 || x >= 4) check_pixel_4bpp(&locked_box, x, y, z, 0); in test_D3DXLoadVolumeFromMemory()
138 for (i = 0; i < 4; i++) check_pixel_4bpp(&locked_box, i % 2, i / 2, 0, pixels[i + 4]); in test_D3DXLoadVolumeFromMemory()
147 for (i = 0; i < 4; i++) check_pixel_4bpp(&locked_box, i % 2, i / 2, 0, pixels[i + 8]); in test_D3DXLoadVolumeFromMemory()