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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c2839 UINT format_bits = format_desc->byte_count * CHAR_BIT; local
2856 else if (mode.dmBitsPerPel == format_bits)
2886 UINT format_bits = format_desc->byte_count * CHAR_BIT; local
2905 else if (DevModeW.dmBitsPerPel == format_bits)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c3295 UINT format_bits; local
3306 format_bits = format->byte_count * CHAR_BIT;
3337 else if (mode.dmBitsPerPel == format_bits)
3355 UINT format_bits; local
3368 format_bits = format->byte_count * CHAR_BIT;
3405 else if (m.dmBitsPerPel == format_bits)

Completed in 2369 milliseconds