/external/mesa3d/src/gallium/state_trackers/nine/ |
D | device9ex.h | 73 const RGNDATA *pDirtyRegion, 81 const RGNDATA *pDirtyRegion );
|
D | device9ex.c | 94 const RGNDATA *pDirtyRegion, in NineDevice9Ex_PresentEx() argument 103 pDirtyRegion, dwFlags); in NineDevice9Ex_PresentEx() 107 hDestWindowOverride, pDirtyRegion, dwFlags); in NineDevice9Ex_PresentEx()
|
D | swapchain9.c | 654 const RGNDATA *pDirtyRegion, in present() argument 666 This, pSourceRect, pDestRect, pDirtyRegion, in present() 767 …ent, This->present_handles[0], hDestWindowOverride, pSourceRect, pDestRect, pDirtyRegion, dwFlags); in present() 783 const RGNDATA *pDirtyRegion, in NineSwapChain9_Present() argument 795 pDirtyRegion,dwFlags); in NineSwapChain9_Present() 816 hDestWindowOverride, pDirtyRegion, dwFlags); in NineSwapChain9_Present()
|
D | swapchain9.h | 116 const RGNDATA *pDirtyRegion,
|
D | nine_lock.c | 683 const RGNDATA *pDirtyRegion ) in LockDevice9_Present() argument 687 r = NineDevice9_Present(This, pSourceRect, pDestRect, hDestWindowOverride, pDirtyRegion); in LockDevice9_Present() 2115 const RGNDATA *pDirtyRegion, in LockDevice9Ex_PresentEx() argument 2120 …r = NineDevice9Ex_PresentEx(This, pSourceRect, pDestRect, hDestWindowOverride, pDirtyRegion, dwFla… in LockDevice9Ex_PresentEx() 2765 const RGNDATA *pDirtyRegion, in LockSwapChain9_Present() argument 2770 …r = NineSwapChain9_Present(This, pSourceRect, pDestRect, hDestWindowOverride, pDirtyRegion, dwFlag… in LockSwapChain9_Present()
|
D | device9.h | 273 const RGNDATA *pDirtyRegion );
|
D | device9.c | 905 const RGNDATA *pDirtyRegion ) in NineDevice9_Present() argument 911 This, pSourceRect, pDestRect, hDestWindowOverride, pDirtyRegion); in NineDevice9_Present() 916 hDestWindowOverride, pDirtyRegion, 0); in NineDevice9_Present()
|
/external/mesa3d/include/d3dadapter/ |
D | present.h | 81 …verride, const RECT *pSourceRect, const RECT *pDestRect, const RGNDATA *pDirtyRegion, DWORD Flags);
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 175 …CT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion) = 0; 283 …Rect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags)… 346 …Rect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags)… 763 …t RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion); 1014 …t RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion); 1119 …Rect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags); 1512 …Rect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags); 1545 …Rect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags);
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 267 …RECT* pSourceRect,CONST RECT* pDestRect,HWND hDestWindowOverride,CONST RGNDATA* pDirtyRegion) PURE; in DECLARE_INTERFACE_() 564 …RECT* pSourceRect,CONST RECT* pDestRect,HWND hDestWindowOverride,CONST RGNDATA* pDirtyRegion) PURE; in DECLARE_INTERFACE_()
|