Searched refs:GetDisplayMode (Results 1 – 7 of 7) sorted by relevance
47 long __stdcall GetDisplayMode(D3DDISPLAYMODE *displayMode);
268 long Direct3DSwapChain9::GetDisplayMode(D3DDISPLAYMODE *displayMode) in GetDisplayMode() function in D3D9::Direct3DSwapChain9331 GetDisplayMode(&displayMode); in reset()
355 long Direct3DDevice9Ex::GetDisplayMode(unsigned int index, D3DDISPLAYMODE *mode) in GetDisplayMode() function in D3D9::Direct3DDevice9Ex359 return Direct3DDevice9::GetDisplayMode(index, mode); in GetDisplayMode()
65 long __stdcall GetDisplayMode(unsigned int swapChain ,D3DDISPLAYMODE *mode);
102 long __stdcall GetDisplayMode(unsigned int swapChain ,D3DDISPLAYMODE *mode);
1479 long Direct3DDevice9::GetDisplayMode(unsigned int index, D3DDISPLAYMODE *mode) in GetDisplayMode() function in D3D9::Direct3DDevice91490 return swapChain->GetDisplayMode(mode); in GetDisplayMode()
105 directDraw->GetDisplayMode(&ddsd); in createSurfaces()