Searched refs:D3DPRESENT_PARAMETERS (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DSwapChain9.hpp | 33 Direct3DSwapChain9(Direct3DDevice9 *device, D3DPRESENT_PARAMETERS *presentParameters); 49 long __stdcall GetPresentParameters(D3DPRESENT_PARAMETERS *presentParameters); 52 void reset(D3DPRESENT_PARAMETERS *presentParameters); 65 D3DPRESENT_PARAMETERS presentParameters;
|
D | Direct3D9Ex.hpp | 53 …EVTYPE deviceType, HWND focusWindow, unsigned long behaviorFlags, D3DPRESENT_PARAMETERS *presentPa… 59 …er, D3DDEVTYPE deviceType, HWND focusWindow, DWORD behaviorFlags, D3DPRESENT_PARAMETERS *presentPa…
|
D | Direct3DDevice9Ex.hpp | 50 …VTYPE deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentPa… 70 …long __stdcall CreateAdditionalSwapChain(D3DPRESENT_PARAMETERS *presentParameters, IDirect3DSwapCh… 73 long __stdcall Reset(D3DPRESENT_PARAMETERS *presentParameters); 191 …long __stdcall ResetEx(D3DPRESENT_PARAMETERS *presentParameters, D3DDISPLAYMODEEX *fullscreenDispl…
|
D | Direct3DSwapChain9.cpp | 29 …Direct3DSwapChain9::Direct3DSwapChain9(Direct3DDevice9 *device, D3DPRESENT_PARAMETERS *presentPara… in Direct3DSwapChain9() 301 long Direct3DSwapChain9::GetPresentParameters(D3DPRESENT_PARAMETERS *presentParameters) in GetPresentParameters() 317 void Direct3DSwapChain9::reset(D3DPRESENT_PARAMETERS *presentParameters) in reset()
|
D | Direct3DDevice9.hpp | 55 …VTYPE deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentPa… 69 …long __stdcall CreateAdditionalSwapChain(D3DPRESENT_PARAMETERS *presentParameters, IDirect3DSwapCh… 140 long __stdcall Reset(D3DPRESENT_PARAMETERS *presentParameters);
|
D | Direct3D9.hpp | 53 …EVTYPE deviceType, HWND focusWindow, unsigned long behaviorFlags, D3DPRESENT_PARAMETERS *presentPa…
|
D | Direct3D9Ex.cpp | 246 …EVTYPE deviceType, HWND focusWindow, unsigned long behaviorFlags, D3DPRESENT_PARAMETERS *presentPa… in CreateDevice() 303 …er, D3DDEVTYPE deviceType, HWND focusWindow, DWORD behaviorFlags, D3DPRESENT_PARAMETERS *presentPa… in CreateDeviceEx()
|
D | Direct3DDevice9Ex.cpp | 53 …VTYPE deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentPa… in Direct3DDevice9Ex() 124 …long Direct3DDevice9Ex::CreateAdditionalSwapChain(D3DPRESENT_PARAMETERS *presentParameters, IDirec… in CreateAdditionalSwapChain() 621 long Direct3DDevice9Ex::Reset(D3DPRESENT_PARAMETERS *presentParameters) in Reset() 1025 HRESULT Direct3DDevice9Ex::ResetEx(D3DPRESENT_PARAMETERS *,D3DDISPLAYMODEEX *) in ResetEx() argument
|
D | Direct3DDevice9.cpp | 54 …VTYPE deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentPa… in Direct3DDevice9() 487 …long Direct3DDevice9::CreateAdditionalSwapChain(D3DPRESENT_PARAMETERS *presentParameters, IDirect3… in CreateAdditionalSwapChain() 2309 long Direct3DDevice9::Reset(D3DPRESENT_PARAMETERS *presentParameters) in Reset()
|
D | Direct3D9.cpp | 902 …EVTYPE deviceType, HWND focusWindow, unsigned long behaviorFlags, D3DPRESENT_PARAMETERS *presentPa… in CreateDevice()
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.h | 238 int InitializeD3D(HWND hWnd, D3DPRESENT_PARAMETERS* pd3dpp); 240 D3DPRESENT_PARAMETERS _d3dpp;
|
D | video_render_direct3d9.cc | 366 D3DPRESENT_PARAMETERS* pd3dpp) in InitializeD3D()
|
/external/webrtc/webrtc/test/win/ |
D | d3d_renderer.cc | 93 D3DPRESENT_PARAMETERS d3d_params = {}; in Init()
|