Home
last modified time | relevance | path

Searched refs:GetDisplayMode (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DSwapChain9.hpp47 long __stdcall GetDisplayMode(D3DDISPLAYMODE *displayMode);
DDirect3DSwapChain9.cpp268 long Direct3DSwapChain9::GetDisplayMode(D3DDISPLAYMODE *displayMode) in GetDisplayMode() function in D3D9::Direct3DSwapChain9
331 GetDisplayMode(&displayMode); in reset()
DDirect3DDevice9Ex.cpp355 long Direct3DDevice9Ex::GetDisplayMode(unsigned int index, D3DDISPLAYMODE *mode) in GetDisplayMode() function in D3D9::Direct3DDevice9Ex
359 return Direct3DDevice9::GetDisplayMode(index, mode); in GetDisplayMode()
DDirect3DDevice9Ex.hpp65 long __stdcall GetDisplayMode(unsigned int swapChain ,D3DDISPLAYMODE *mode);
DDirect3DDevice9.hpp102 long __stdcall GetDisplayMode(unsigned int swapChain ,D3DDISPLAYMODE *mode);
DDirect3DDevice9.cpp1479 long Direct3DDevice9::GetDisplayMode(unsigned int index, D3DDISPLAYMODE *mode) in GetDisplayMode() function in D3D9::Direct3DDevice9
1490 return swapChain->GetDisplayMode(mode); in GetDisplayMode()
/external/swiftshader/src/Main/
DFrameBufferDD.cpp105 directDraw->GetDisplayMode(&ddsd); in createSurfaces()