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

  /external/swiftshader/src/D3D9/
Direct3DSwapChain9.cpp 15 #include "Direct3DSwapChain9.hpp"
29 Direct3DSwapChain9::Direct3DSwapChain9(Direct3DDevice9 *device, D3DPRESENT_PARAMETERS *presentParameters) : device(device), presentParameters(*presentParameters)
41 Direct3DSwapChain9::~Direct3DSwapChain9()
46 long Direct3DSwapChain9::QueryInterface(const IID &iid, void **object)
66 unsigned long Direct3DSwapChain9::AddRef()
73 unsigned long Direct3DSwapChain9::Release()
80 long Direct3DSwapChain9::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion, unsigned long flags)
190 long Direct3DSwapChain9::GetFrontBufferData(IDirect3DSurface9 *destSurface
    [all...]
Direct3DSwapChain9.hpp 30 class Direct3DSwapChain9 : public IDirect3DSwapChain9, public Unknown
33 Direct3DSwapChain9(Direct3DDevice9 *device, D3DPRESENT_PARAMETERS *presentParameters);
35 ~Direct3DSwapChain9() override;
Direct3DDevice9.hpp 21 #include "Direct3DSwapChain9.hpp"
52 friend Direct3DSwapChain9;
286 Direct3DSwapChain9 *swapChain;
Direct3DDevice9.cpp 25 #include "Direct3DSwapChain9.hpp"
510 *swapChain = new Direct3DSwapChain9(this, presentParameters);
    [all...]

Completed in 186 milliseconds