Home
last modified time | relevance | path

Searched defs:windowed (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/directx/wine/d3d8/
H A Ddirectx.c215 D3DFORMAT display_format, D3DFORMAT backbuffer_format, BOOL windowed) in d3d8_CheckDeviceType()
286 D3DFORMAT format, BOOL windowed, D3DMULTISAMPLE_TYPE multisample_type) in d3d8_CheckDeviceMultiSampleType()
/reactos/dll/directx/wine/d3d9/
H A Ddirectx.c227 D3DFORMAT display_format, D3DFORMAT backbuffer_format, BOOL windowed) in d3d9_CheckDeviceType()
293 D3DFORMAT format, BOOL windowed, D3DMULTISAMPLE_TYPE multisample_type, DWORD *levels) in d3d9_CheckDeviceMultiSampleType()
/reactos/dll/directx/wine/wined3d/
H A Ddirectx.c5146 … enum wined3d_device_type device_type, enum wined3d_format_id surface_format_id, BOOL windowed, in wined3d_check_device_multisample_type()
5548 enum wined3d_format_id backbuffer_format, BOOL windowed) in wined3d_check_device_type()
/reactos/dll/directx/wine/ddraw/
H A Dddraw.c620 static HRESULT ddraw_create_swapchain(struct ddraw *ddraw, HWND window, BOOL windowed) in ddraw_create_swapchain()
/reactos/sdk/include/reactos/wine/
H A Dwined3d.h1741 BOOL windowed; member