Home
last modified time | relevance | path

Searched refs:hFocusWindow (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dswapchain9ex.c37 HWND hFocusWindow, in NineSwapChain9Ex_ctor() argument
42 This, pParams, (int) implicit, pPresent, pPresentationParameters, pCTX, hFocusWindow, mode); in NineSwapChain9Ex_ctor()
45 pPresentationParameters, pCTX, hFocusWindow, mode); in NineSwapChain9Ex_ctor()
110 HWND hFocusWindow, in NineSwapChain9Ex_new() argument
116 pCTX, hFocusWindow, mode); in NineSwapChain9Ex_new()
Dswapchain9.h90 HWND hFocusWindow,
100 HWND hFocusWindow,
Dadapter9.h123 HWND hFocusWindow,
134 HWND hFocusWindow,
Dadapter9.c977 HWND hFocusWindow, in NineAdapter9_CreateDevice() argument
993 RealAdapter, nine_D3DDEVTYPE_to_str(DeviceType), hFocusWindow, in NineAdapter9_CreateDevice()
1017 params.hFocusWindow = hFocusWindow; in NineAdapter9_CreateDevice()
1037 HWND hFocusWindow, in NineAdapter9_CreateDeviceEx() argument
1054 RealAdapter, nine_D3DDEVTYPE_to_str(DeviceType), hFocusWindow, in NineAdapter9_CreateDeviceEx()
1078 params.hFocusWindow = hFocusWindow; in NineAdapter9_CreateDeviceEx()
Dswapchain9ex.h44 HWND hFocusWindow,
Dswapchain9.c49 HWND hFocusWindow, in NineSwapChain9_ctor() argument
55 This, pParams->device, pPresent, pCTX, hFocusWindow); in NineSwapChain9_ctor()
79 pPresentationParameters->hDeviceWindow = hFocusWindow; in NineSwapChain9_ctor()
1056 HWND hFocusWindow, in NineSwapChain9_new() argument
1061 pCTX, hFocusWindow, NULL); in NineSwapChain9_new()
Ddevice9ex.c166 if (This->base.params.hFocusWindow == hDestinationWindow) { in NineDevice9Ex_CheckDeviceState()
Ddevice9.c245 This->params.hFocusWindow, mode, ret); in NineDevice9_ctor()
249 This->params.hFocusWindow, in NineDevice9_ctor()
826 pPresentationParameters->hDeviceWindow = This->params.hFocusWindow; in NineDevice9_CreateAdditionalSwapChain()
/external/mesa3d/include/d3dadapter/
Dd3dadapter9.h47 …ce)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD Behavior…
48 …Ex)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD Behavior…
82 …HRESULT WINAPI CreateDevice(UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD Beha…
83 …HRESULT WINAPI CreateDeviceEx(UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD Be…
/external/swiftshader/src/D3D8/
DDirect3DSwapChain8.cpp151 …sentParameters->hDeviceWindow ? presentParameters->hDeviceWindow : creationParameters.hFocusWindow; in reset()
DDirect3DDevice8.cpp1256 parameters->hFocusWindow = focusWindow; in GetCreationParameters()
/external/swiftshader/src/D3D9/
DDirect3DSwapChain9.cpp334 …sentParameters->hDeviceWindow ? presentParameters->hDeviceWindow : creationParameters.hFocusWindow; in reset()
DDirect3DDevice9.cpp1407 parameters->hFocusWindow = focusWindow; in GetCreationParameters()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1339 HWND hFocusWindow; member
Dd3d8.h185 …STDMETHOD(CreateDevice)(THIS_ UINT Adapter,D3DDEVTYPE DeviceType,HWND hFocusWindow,DWORD BehaviorF… in DECLARE_INTERFACE_()
/external/mesa3d/include/D3D9/
Dd3d9.h98 …virtual HRESULT WINAPI CreateDevice(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD …
106 …virtual HRESULT WINAPI CreateDeviceEx(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWOR…
459 …teDevice)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD Behavior…
506 …Device)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD Behavior…
511 …viceEx)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD Behavior…
Dd3d9types.h1518 HWND hFocusWindow; member