/external/mesa3d/src/gallium/frontends/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 | 92 HWND hFocusWindow, 102 HWND hFocusWindow,
|
D | adapter9.h | 125 HWND hFocusWindow, 136 HWND hFocusWindow,
|
D | adapter9.c | 1009 HWND hFocusWindow, in NineAdapter9_CreateDevice() argument 1025 RealAdapter, nine_D3DDEVTYPE_to_str(DeviceType), hFocusWindow, in NineAdapter9_CreateDevice() 1049 params.hFocusWindow = hFocusWindow; in NineAdapter9_CreateDevice() 1069 HWND hFocusWindow, in NineAdapter9_CreateDeviceEx() argument 1086 RealAdapter, nine_D3DDEVTYPE_to_str(DeviceType), hFocusWindow, in NineAdapter9_CreateDeviceEx() 1110 params.hFocusWindow = hFocusWindow; in NineAdapter9_CreateDeviceEx()
|
D | swapchain9ex.h | 44 HWND hFocusWindow,
|
D | swapchain9.c | 50 HWND hFocusWindow, in NineSwapChain9_ctor() argument 57 This, pParams->device, pPresent, pCTX, hFocusWindow); in NineSwapChain9_ctor() 80 pPresentationParameters->hDeviceWindow = hFocusWindow; in NineSwapChain9_ctor() 1230 HWND hFocusWindow, in NineSwapChain9_new() argument 1235 pCTX, hFocusWindow, NULL); in NineSwapChain9_new()
|
D | device9ex.c | 166 if (This->base.params.hFocusWindow == hDestinationWindow) { in NineDevice9Ex_CheckDeviceState()
|
D | device9.c | 274 This->params.hFocusWindow, mode, ret); in NineDevice9_ctor() 278 This->params.hFocusWindow, in NineDevice9_ctor() 906 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/mesa3d/include/D3D9/ |
D | d3d9types.h | 1518 HWND hFocusWindow; member
|
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…
|