Searched refs:Windowed (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dswapchain.c199 pPresentationParameters->Windowed = winePresentParameters.Windowed;
241 wined3d_parameters.Windowed = present_parameters->Windowed;
262 present_parameters->Windowed = wined3d_parameters.Windowed;
H A Ddirectx.c224 D3DDEVTYPE CheckType, D3DFORMAT DisplayFormat, D3DFORMAT BackBufferFormat, BOOL Windowed)
230 iface, Adapter, CheckType, DisplayFormat, BackBufferFormat, Windowed);
234 wined3dformat_from_d3dformat(BackBufferFormat), Windowed);
285 D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType,
292 iface, Adapter, DeviceType, SurfaceFormat, Windowed, MultiSampleType, pQualityLevels);
296 wined3dformat_from_d3dformat(SurfaceFormat), Windowed, MultiSampleType, pQualityLevels);
223 IDirect3D9Impl_CheckDeviceType(IDirect3D9Ex *iface, UINT Adapter, D3DDEVTYPE CheckType, D3DFORMAT DisplayFormat, D3DFORMAT BackBufferFormat, BOOL Windowed) argument
284 IDirect3D9Impl_CheckDeviceMultiSampleType(IDirect3D9Ex *iface, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQualityLevels) argument
H A Ddevice.c653 localParameters.Windowed = pPresentationParameters->Windowed;
673 pPresentationParameters->Windowed = localParameters.Windowed;
3261 local_parameters.Windowed = present_parameters->Windowed;
3291 present_parameters->Windowed = local_parameters.Windowed;
3349 if (!parameters->Windowed)
3391 wined3d_parameters[i].Windowed
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dswapchain.c140 wined3d_parameters.Windowed = present_parameters->Windowed;
160 present_parameters->Windowed = wined3d_parameters.Windowed;
H A Ddirectx.c201 D3DFORMAT BackBufferFormat, BOOL Windowed) {
206 iface, Adapter, CheckType, DisplayFormat, BackBufferFormat, Windowed);
210 wined3dformat_from_d3dformat(BackBufferFormat), Windowed);
254 D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType)
260 iface, Adapter, DeviceType, SurfaceFormat, Windowed, MultiSampleType);
264 wined3dformat_from_d3dformat(SurfaceFormat), Windowed, (WINED3DMULTISAMPLE_TYPE) MultiSampleType, NULL);
199 IDirect3D8Impl_CheckDeviceType(LPDIRECT3D8 iface, UINT Adapter, D3DDEVTYPE CheckType, D3DFORMAT DisplayFormat, D3DFORMAT BackBufferFormat, BOOL Windowed) argument
253 IDirect3D8Impl_CheckDeviceMultiSampleType(IDirect3D8 *iface, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType) argument
H A Ddevice.c554 localParameters.Windowed = pPresentationParameters->Windowed;
576 pPresentationParameters->Windowed = localParameters.Windowed;
2722 local_parameters.Windowed = present_parameters->Windowed;
2750 present_parameters->Windowed = local_parameters.Windowed;
2804 if (!parameters->Windowed)
2827 wined3d_parameters.Windowed
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain_gdi.c74 if(This->presentParms.Windowed == FALSE && This->presentParms.AutoRestoreDisplayMode) {
122 if(This->presentParms.Windowed) {
H A Dswapchain_base.c94 if (This->presentParms.Windowed) {
H A Dswapchain.c217 if(This->presentParms.Windowed == FALSE && This->presentParms.AutoRestoreDisplayMode) {
411 if (This->presentParms.Windowed) {
979 if (!present_parameters->Windowed && window)
999 if (present_parameters->Windowed
1058 if (!present_parameters->Windowed)
H A Ddevice.c6578 /* All Windowed modes are supported, as is leaving the current mode */
6579 if(pp->Windowed) return TRUE;
6772 TRACE("Windowed = %s\n", pPresentationParameters->Windowed ? "true" : "false");
6835 if(pPresentationParameters->Windowed) {
6854 if(!pPresentationParameters->Windowed) {
6885 if (!pPresentationParameters->Windowed != !swapchain->presentParms.Windowed
6890 if (!pPresentationParameters->Windowed)
6892 if(swapchain->presentParms.Windowed) {
[all...]
H A Ddirectx.c3279 WINED3DFORMAT SurfaceFormat, BOOL Windowed, WINED3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQualityLevels)
3290 Windowed,
3298 /* TODO: handle Windowed, add more quality levels */
3374 WINED3DFORMAT DisplayFormat, WINED3DFORMAT BackBufferFormat, BOOL Windowed)
3381 debug_d3dformat(BackBufferFormat), Windowed);
3414 /* Windowed mode allows you to specify WINED3DFMT_UNKNOWN for the backbufferformat, it means 'reuse' the display format for the backbuffer */
3415 if(!Windowed && BackBufferFormat == WINED3DFMT_UNKNOWN) {
3416 TRACE_(d3d_caps)("BackBufferFormat WINED3FMT_UNKNOWN not available in Windowed mode\n");
3445 && (BackBufferFormat != WINED3DFMT_B10G10R10A2_UNORM || Windowed))
3278 IWineD3DImpl_CheckDeviceMultiSampleType(IWineD3D *iface, UINT Adapter, WINED3DDEVTYPE DeviceType, WINED3DFORMAT SurfaceFormat, BOOL Windowed, WINED3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQualityLevels) argument
3373 IWineD3DImpl_CheckDeviceType(IWineD3D *iface, UINT Adapter, WINED3DDEVTYPE DeviceType, WINED3DFORMAT DisplayFormat, WINED3DFORMAT BackBufferFormat, BOOL Windowed) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddxgi.idl128 BOOL Windowed;
H A Dd3d8types.h1133 BOOL Windowed; member in struct:_D3DPRESENT_PARAMETERS_
H A Dd3d9types.h1438 BOOL Windowed; member in struct:_D3DPRESENT_PARAMETERS_
H A Dd3d8.h155 STDMETHOD(CheckDeviceType)(THIS_ UINT Adapter, D3DDEVTYPE CheckType, D3DFORMAT DisplayFormat, D3DFORMAT BackBufferFormat, BOOL Windowed) PURE;
157 STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType) PURE;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddxgi.idl139 BOOL Windowed;
H A Dd3d8types.h1136 BOOL Windowed; member in struct:_D3DPRESENT_PARAMETERS_
H A Dd3d9types.h1442 BOOL Windowed; member in struct:_D3DPRESENT_PARAMETERS_
H A Dd3d8.h152 STDMETHOD(CheckDeviceType)(THIS_ UINT Adapter, D3DDEVTYPE CheckType, D3DFORMAT DisplayFormat, D3DFORMAT BackBufferFormat, BOOL Windowed) PURE;
154 STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c209 present_parameters->Windowed = swapchain_desc->windowed;
229 swapchain_desc->windowed = present_parameters->Windowed;
3796 if (!parameters->Windowed)
3819 if (!parameters->Base.Windowed)
3822 parameters->Base.Windowed = TRUE;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxD3DIf.cpp811 pParams->Windowed = TRUE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c186 present_parameters->Windowed = swapchain_desc->windowed;
206 swapchain_desc->windowed = present_parameters->Windowed;
3098 if (!parameters->Windowed)
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/
H A Dd3d8.h155 STDMETHOD(CheckDeviceType)(THIS_ UINT Adapter, D3DDEVTYPE CheckType, D3DFORMAT DisplayFormat, D3DFORMAT BackBufferFormat, BOOL Windowed) PURE;
157 STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType) PURE;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/
H A Dd3d8.h155 STDMETHOD(CheckDeviceType)(THIS_ UINT Adapter, D3DDEVTYPE CheckType, D3DFORMAT DisplayFormat, D3DFORMAT BackBufferFormat, BOOL Windowed) PURE;
157 STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/
H A Dd3d8.h154 STDMETHOD(CheckDeviceType)(THIS_ UINT Adapter, D3DDEVTYPE CheckType, D3DFORMAT DisplayFormat, D3DFORMAT BackBufferFormat, BOOL Windowed) PURE;
156 STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType) PURE;

Completed in 223 milliseconds

12