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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddirectx.c201 D3DFORMAT BackBufferFormat, BOOL Windowed) {
206 iface, Adapter, CheckType, DisplayFormat, BackBufferFormat, Windowed);
210 wined3dformat_from_d3dformat(BackBufferFormat), Windowed);
199 IDirect3D8Impl_CheckDeviceType(LPDIRECT3D8 iface, UINT Adapter, D3DDEVTYPE CheckType, D3DFORMAT DisplayFormat, D3DFORMAT BackBufferFormat, BOOL Windowed) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
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);
223 IDirect3D9Impl_CheckDeviceType(IDirect3D9Ex *iface, UINT Adapter, D3DDEVTYPE CheckType, D3DFORMAT DisplayFormat, D3DFORMAT BackBufferFormat, BOOL Windowed) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c3374 WINED3DFORMAT DisplayFormat, WINED3DFORMAT BackBufferFormat, BOOL Windowed)
3381 debug_d3dformat(BackBufferFormat), Windowed);
3415 if(!Windowed && BackBufferFormat == WINED3DFMT_UNKNOWN) {
3416 TRACE_(d3d_caps)("BackBufferFormat WINED3FMT_UNKNOWN not available in Windowed mode\n");
3421 if (DisplayFormat == WINED3DFMT_B5G6R5_UNORM && BackBufferFormat != WINED3DFMT_B5G6R5_UNORM)
3423 TRACE_(d3d_caps)("Unsupported display/backbuffer format combination %s/%s\n", debug_d3dformat(DisplayFormat), debug_d3dformat(BackBufferFormat));
3429 && !(BackBufferFormat == WINED3DFMT_B5G5R5X1_UNORM || BackBufferFormat == WINED3DFMT_B5G5R5A1_UNORM))
3431 TRACE_(d3d_caps)("Unsupported display/backbuffer format combination %s/%s\n", debug_d3dformat(DisplayFormat), debug_d3dformat(BackBufferFormat));
3437 && !(BackBufferFormat
3373 IWineD3DImpl_CheckDeviceType(IWineD3D *iface, UINT Adapter, WINED3DDEVTYPE DeviceType, WINED3DFORMAT DisplayFormat, WINED3DFORMAT BackBufferFormat, BOOL Windowed) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8types.h1129 D3DFORMAT BackBufferFormat; member in struct:_D3DPRESENT_PARAMETERS_
H A Dd3d9types.h1434 D3DFORMAT BackBufferFormat; member in struct:_D3DPRESENT_PARAMETERS_
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8types.h1126 D3DFORMAT BackBufferFormat; member in struct:_D3DPRESENT_PARAMETERS_
H A Dd3d9types.h1430 D3DFORMAT BackBufferFormat; member in struct:_D3DPRESENT_PARAMETERS_
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h2251 WINED3DFORMAT BackBufferFormat; member in struct:_WINED3DPRESENT_PARAMETERS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h2252 WINED3DFORMAT BackBufferFormat; member in struct:_WINED3DPRESENT_PARAMETERS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2251 WINED3DFORMAT BackBufferFormat; member in struct:_WINED3DPRESENT_PARAMETERS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.h2249 WINED3DFORMAT BackBufferFormat; member in struct:_WINED3DPRESENT_PARAMETERS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2251 WINED3DFORMAT BackBufferFormat; member in struct:_WINED3DPRESENT_PARAMETERS

Completed in 549 milliseconds