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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c3527 struct wined3d_display_mode current_mode; local
3568 if (FAILED(hr = wined3d_get_adapter_display_mode(wined3d, adapter_idx, &current_mode, NULL)))
3572 else if (current_mode.width == mode->width
3573 && current_mode.height == mode->height
3574 && current_mode.format_id == mode->format_id
3575 && (current_mode.refresh_rate == mode->refresh_rate
3577 && (current_mode.scanline_ordering == mode->scanline_ordering

Completed in 117 milliseconds