Home
last modified time | relevance | path

Searched refs:hDestWindowOverride (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9ex.h72 HWND hDestWindowOverride,
80 HWND hDestWindowOverride,
H A Dswapchain9.c683 HWND hDestWindowOverride; member
693 ID3DPresent_PresentBuffer(work->present, work->present_handle, work->hDestWindowOverride, NULL, NULL, NULL, 0); in work_present()
700 HWND hDestWindowOverride) in pend_present()
708 work->hDestWindowOverride = hDestWindowOverride; in pend_present()
720 HWND hDestWindowOverride, in present()
734 "pDirtyRegion=%p hDestWindowOverride=%p" in present()
737 hDestWindowOverride, (int)dwFlags, This->buffers[0]->base.resource); in present()
774 hr = ID3DPresent_GetWindowInfo(This->present, hDestWindowOverride, &target_width, &target_height, &target_depth); in present()
900 pend_present(This, fence, hDestWindowOverride); in present()
698 pend_present(struct NineSwapChain9 *This, struct pipe_fence_handle *fence, HWND hDestWindowOverride) pend_present() argument
717 present( struct NineSwapChain9 *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags ) present() argument
944 NineSwapChain9_Present( struct NineSwapChain9 *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags ) NineSwapChain9_Present() argument
[all...]
H A Ddevice9ex.c97 HWND hDestWindowOverride, in NineDevice9Ex_PresentEx()
104 DBG("This=%p pSourceRect=%p pDestRect=%p hDestWindowOverride=%p " in NineDevice9Ex_PresentEx()
106 This, pSourceRect, pDestRect, hDestWindowOverride, in NineDevice9Ex_PresentEx()
111 hDestWindowOverride, pDirtyRegion, dwFlags); in NineDevice9Ex_PresentEx()
94 NineDevice9Ex_PresentEx( struct NineDevice9Ex *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags ) NineDevice9Ex_PresentEx() argument
H A Dswapchain9.h117 HWND hDestWindowOverride,
H A Dnine_lock.c682 HWND hDestWindowOverride, in LockDevice9_Present()
687 r = NineDevice9_Present(This, pSourceRect, pDestRect, hDestWindowOverride, pDirtyRegion); in LockDevice9_Present()
2114 HWND hDestWindowOverride, in LockDevice9Ex_PresentEx()
2120 r = NineDevice9Ex_PresentEx(This, pSourceRect, pDestRect, hDestWindowOverride, pDirtyRegion, dwFlags); in LockDevice9Ex_PresentEx()
2764 HWND hDestWindowOverride, in LockSwapChain9_Present()
2770 r = NineSwapChain9_Present(This, pSourceRect, pDestRect, hDestWindowOverride, pDirtyRegion, dwFlags); in LockSwapChain9_Present()
679 LockDevice9_Present( struct NineDevice9 *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion ) LockDevice9_Present() argument
2111 LockDevice9Ex_PresentEx( struct NineDevice9Ex *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags ) LockDevice9Ex_PresentEx() argument
2761 LockSwapChain9_Present( struct NineSwapChain9 *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags ) LockSwapChain9_Present() argument
H A Ddevice9.h295 HWND hDestWindowOverride,
H A Ddevice9.c1032 HWND hDestWindowOverride, in NineDevice9_Present()
1038 DBG("This=%p pSourceRect=%p pDestRect=%p hDestWindowOverride=%p pDirtyRegion=%p\n", in NineDevice9_Present()
1039 This, pSourceRect, pDestRect, hDestWindowOverride, pDirtyRegion); in NineDevice9_Present()
1044 hDestWindowOverride, pDirtyRegion, 0); in NineDevice9_Present()
1029 NineDevice9_Present( struct NineDevice9 *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion ) NineDevice9_Present() argument
/third_party/mesa3d/include/D3D9/
H A Dd3d9.h175 virtual HRESULT WINAPI Present(const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion) = 0;
283 virtual HRESULT WINAPI PresentEx(const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags) = 0;
346 virtual HRESULT WINAPI Present(const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags) = 0;
763 HRESULT (WINAPI *Present)(IDirect3DDevice9 *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion);
1014 HRESULT (WINAPI *Present)(IDirect3DDevice9Ex *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion);
1119 HRESULT (WINAPI *PresentEx)(IDirect3DDevice9Ex *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags);
1512 HRESULT (WINAPI *Present)(IDirect3DSwapChain9 *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags);
1545 HRESULT (WINAPI *Present)(IDirect3DSwapChain9Ex *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags);

Completed in 37 milliseconds