/external/mesa3d/src/gallium/state_trackers/nine/ |
D | swapchain9ex.c | 37 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()
|
D | swapchain9.h | 90 HWND hFocusWindow, 100 HWND hFocusWindow,
|
D | adapter9.h | 123 HWND hFocusWindow, 134 HWND hFocusWindow,
|
D | adapter9.c | 977 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()
|
D | swapchain9ex.h | 44 HWND hFocusWindow,
|
D | swapchain9.c | 49 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()
|
D | device9ex.c | 166 if (This->base.params.hFocusWindow == hDestinationWindow) { in NineDevice9Ex_CheckDeviceState()
|
D | device9.c | 245 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/ |
D | d3dadapter9.h | 47 …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/ |
D | Direct3DSwapChain8.cpp | 151 …sentParameters->hDeviceWindow ? presentParameters->hDeviceWindow : creationParameters.hFocusWindow; in reset()
|
D | Direct3DDevice8.cpp | 1256 parameters->hFocusWindow = focusWindow; in GetCreationParameters()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DSwapChain9.cpp | 334 …sentParameters->hDeviceWindow ? presentParameters->hDeviceWindow : creationParameters.hFocusWindow; in reset()
|
D | Direct3DDevice9.cpp | 1407 parameters->hFocusWindow = focusWindow; in GetCreationParameters()
|
/external/swiftshader/include/Direct3D/ |
D | d3d8types.h | 1339 HWND hFocusWindow; member
|
D | d3d8.h | 185 …STDMETHOD(CreateDevice)(THIS_ UINT Adapter,D3DDEVTYPE DeviceType,HWND hFocusWindow,DWORD BehaviorF… in DECLARE_INTERFACE_()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 98 …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…
|
D | d3d9types.h | 1518 HWND hFocusWindow; member
|