Searched refs:exStyle (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c827 if (device->style || device->exStyle)
830 window, device->style, device->exStyle);
834 device->exStyle = GetWindowLongW(window, GWL_EXSTYLE);
837 exstyle = fullscreen_exstyle(device->exStyle);
840 device->style, device->exStyle, style, exstyle);
863 if (!device->style && !device->exStyle) return;
866 window, device->style, device->exStyle);
878 if (style == fullscreen_style(device->style) && exstyle == fullscreen_exstyle(device->exStyle))
881 SetWindowLongW(window, GWL_EXSTYLE, device->exStyle);
889 device->exStyle
[all...]
H A Ddevice.c6914 DWORD style = This->style, exStyle = This->exStyle; local
6920 This->exStyle = 0;
6924 This->exStyle = exStyle;
H A Dwined3d_private.h1848 LONG exStyle; member in struct:IWineD3DDeviceImpl
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c1028 if (device->style || device->exStyle)
1031 window, device->style, device->exStyle);
1035 device->exStyle = GetWindowLongW(window, GWL_EXSTYLE);
1038 exstyle = fullscreen_exstyle(device->exStyle);
1041 device->style, device->exStyle, style, exstyle);
1058 if (!device->style && !device->exStyle) return;
1070 device->exStyle ^= (device->exStyle ^ exstyle) & WS_EX_TOPMOST;
1073 window, device->style, device->exStyle);
1082 if (style == fullscreen_style(device->style) && exstyle == fullscreen_exstyle(device->exStyle))
5258 DWORD exStyle = device->exStyle; local
[all...]
H A Dwined3d_private.h1879 LONG exStyle; member in struct:wined3d_device
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1880 LONG exStyle; member in struct:IWineD3DDeviceImpl

Completed in 107 milliseconds