Searched defs:destfmt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dutils.c2487 DWORD color_convert_argb_to_fmt(DWORD color, WINED3DFORMAT destfmt) argument
2492 if (destfmt == WINED3DFMT_B8G8R8A8_UNORM
2493 || destfmt == WINED3DFMT_B8G8R8X8_UNORM
2494 || destfmt == WINED3DFMT_B8G8R8_UNORM)
2497 TRACE("Converting color %08x to format %s\n", color, debug_d3dformat(destfmt));
2504 switch(destfmt)
2591 FIXME("Add a COLORFILL conversion for format %s\n", debug_d3dformat(destfmt));

Completed in 44 milliseconds