Searched refs:coordmap (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | texture.c | 1373 enum cube_coord coordmap[6][3] = in test_D3DXFillCubeTexture() enum 1413 … e[1] = get_cube_coord(coordmap[f][0], x, y, size) / size * 255.0f + 0.5f; in test_D3DXFillCubeTexture() 1414 … e[2] = get_cube_coord(coordmap[f][1], x, y, size) / size * 255.0f + 0.5f; in test_D3DXFillCubeTexture() 1415 … e[3] = get_cube_coord(coordmap[f][2], x, y, size) / size * 255.0f + 0.5f; in test_D3DXFillCubeTexture() 1460 e[1] = get_cube_coord(coordmap[f][0], x, y, 4) / 4 * 31.0f + 0.5f; in test_D3DXFillCubeTexture() 1461 e[2] = get_cube_coord(coordmap[f][1], x, y, 4) / 4 * 31.0f + 0.5f; in test_D3DXFillCubeTexture() 1462 e[3] = get_cube_coord(coordmap[f][2], x, y, 4) / 4 * 31.0f + 0.5f; in test_D3DXFillCubeTexture()
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | texture.c | 1705 static const enum cube_coord coordmap[6][3] = in D3DXFillCubeTexture() enum 1747 … coord.x = get_cube_coord(coordmap[f][0], x, y, desc.Width) / desc.Width * 2.0f - 1.0f; in D3DXFillCubeTexture() 1748 … coord.y = get_cube_coord(coordmap[f][1], x, y, desc.Width) / desc.Width * 2.0f - 1.0f; in D3DXFillCubeTexture() 1749 … coord.z = get_cube_coord(coordmap[f][2], x, y, desc.Width) / desc.Width * 2.0f - 1.0f; in D3DXFillCubeTexture()
|