HomeSort by relevance Sort by last modified time
    Searched refs:D3DPRESENT_PARAMETERS (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.h 238 int InitializeD3D(HWND hWnd, D3DPRESENT_PARAMETERS* pd3dpp);
240 D3DPRESENT_PARAMETERS _d3dpp;
video_render_direct3d9.cc 366 D3DPRESENT_PARAMETERS* pd3dpp)
    [all...]
  /external/opencv3/samples/directx/
d3d9_interop.cpp 55 D3DPRESENT_PARAMETERS d3dpp;
56 ::ZeroMemory(&d3dpp, sizeof(D3DPRESENT_PARAMETERS));
d3d9ex_interop.cpp 55 D3DPRESENT_PARAMETERS d3dpp;
56 ::ZeroMemory(&d3dpp, sizeof(D3DPRESENT_PARAMETERS));
  /external/webrtc/webrtc/test/win/
d3d_renderer.cc 93 D3DPRESENT_PARAMETERS d3d_params = {};
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9.h 203 STDMETHOD(CreateDevice)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS* pPresentationParameters, struct IDirect3DDevice9** ppReturnedDeviceInterface) PURE;
281 STDMETHOD(CreateDevice)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS* pPresentationParameters, struct IDirect3DDevice9** ppReturnedDeviceInterface) PURE;
286 STDMETHOD(CreateDeviceEx)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS* pPresentationParameters, D3DDISPLAYMODEEX* pFullscreenDisplayMode, struct IDirect3DDevice9Ex **ppReturnedDeviceInterface) PURE;
408 STDMETHOD(GetPresentParameters)(THIS_ D3DPRESENT_PARAMETERS* pPresentationParameters) PURE;
    [all...]
d3d8types.h     [all...]
d3d9types.h 200 /* Constants used by D3DPRESENT_PARAMETERS. when creating a device or swapchain */
    [all...]
d3d8.h 150 STDMETHOD(CreateDevice)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType,HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS * pPresentationParameters, struct IDirect3DDevice8 ** ppReturnedDeviceInterface) PURE;
    [all...]

Completed in 1129 milliseconds