HomeSort by relevance Sort by last modified time
    Searched refs:RGNDATA (Results 1 - 22 of 22) sorted by null

  /external/swiftshader/src/D3D8/
Direct3DSwapChain8.hpp 41 long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion) override;
Direct3DSwapChain8.cpp 76 long Direct3DSwapChain8::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion)
Direct3DDevice8.hpp 124 long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion) override;
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DSwapChain9.hpp 43 long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion, unsigned long flags) override;
Direct3DDevice9Ex.hpp 74 long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion) override;
180 long __stdcall PresentEx(const RECT *,const RECT *,HWND,const RGNDATA *,DWORD) override;
Direct3DSwapChain9.cpp 80 long Direct3DSwapChain9::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion, unsigned long flags)
Direct3DDevice9Ex.cpp 607 long Direct3DDevice9Ex::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion)
609 TRACE("const RECT *sourceRect = 0x%0.8p, const RECT *destRect = 0x%0.8p, HWND destWindowOverride = %d, const RGNDATA *dirtyRegion = 0x%0.8p", sourceRect, destRect, destWindowOverride, dirtyRegion);
    [all...]
Direct3DDevice9.hpp 138 long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion) override;
Direct3DDevice9.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
device9ex.h 73 const RGNDATA *pDirtyRegion,
81 const RGNDATA *pDirtyRegion );
swapchain9.h 116 const RGNDATA *pDirtyRegion,
device9ex.c 94 const RGNDATA *pDirtyRegion,
swapchain9.c 654 const RGNDATA *pDirtyRegion,
783 const RGNDATA *pDirtyRegion,
    [all...]
nine_lock.c 683 const RGNDATA *pDirtyRegion )
    [all...]
device9.h 273 const RGNDATA *pDirtyRegion );
device9.c     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_print.cpp 348 RGNDATA* pData = reinterpret_cast<RGNDATA*>(FX_Alloc(uint8_t, ret));
  /external/mesa3d/include/d3dadapter/
present.h 81 HRESULT (WINAPI *PresentBuffer)(ID3DPresent *This, D3DWindowBuffer *buffer, HWND hWndOverride, const RECT *pSourceRect, const RECT *pDestRect, const RGNDATA *pDirtyRegion, DWORD Flags);
  /external/mesa3d/include/D3D9/
d3d9.h 175 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;
    [all...]
d3d9types.h 150 } RGNDATA, *LPRGNDATA;
    [all...]
  /external/swiftshader/include/Direct3D/
d3d8.h 267 STDMETHOD(Present)(THIS_ CONST RECT* pSourceRect,CONST RECT* pDestRect,HWND hDestWindowOverride,CONST RGNDATA* pDirtyRegion) PURE;
    [all...]

Completed in 8090 milliseconds