Home
last modified time | relevance | path

Searched refs:D3DPRESENT_PARAMETERS (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DSwapChain9.hpp33 Direct3DSwapChain9(Direct3DDevice9 *device, D3DPRESENT_PARAMETERS *presentParameters);
49 long __stdcall GetPresentParameters(D3DPRESENT_PARAMETERS *presentParameters);
52 void reset(D3DPRESENT_PARAMETERS *presentParameters);
65 D3DPRESENT_PARAMETERS presentParameters;
DDirect3D9Ex.hpp53 …EVTYPE deviceType, HWND focusWindow, unsigned long behaviorFlags, D3DPRESENT_PARAMETERS *presentPa…
59 …er, D3DDEVTYPE deviceType, HWND focusWindow, DWORD behaviorFlags, D3DPRESENT_PARAMETERS *presentPa…
DDirect3DDevice9Ex.hpp50 …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…
DDirect3DSwapChain9.cpp29 …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()
DDirect3DDevice9.hpp55 …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);
DDirect3D9.hpp53 …EVTYPE deviceType, HWND focusWindow, unsigned long behaviorFlags, D3DPRESENT_PARAMETERS *presentPa…
DDirect3D9Ex.cpp246 …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()
DDirect3DDevice9Ex.cpp53 …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
DDirect3DDevice9.cpp54 …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()
DDirect3D9.cpp902 …EVTYPE deviceType, HWND focusWindow, unsigned long behaviorFlags, D3DPRESENT_PARAMETERS *presentPa… in CreateDevice()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.h238 int InitializeD3D(HWND hWnd, D3DPRESENT_PARAMETERS* pd3dpp);
240 D3DPRESENT_PARAMETERS _d3dpp;
Dvideo_render_direct3d9.cc366 D3DPRESENT_PARAMETERS* pd3dpp) in InitializeD3D()
/external/webrtc/webrtc/test/win/
Dd3d_renderer.cc93 D3DPRESENT_PARAMETERS d3d_params = {}; in Init()