Home
last modified time | relevance | path

Searched refs:Direct3DSwapChain9 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DSwapChain9.cpp29Direct3DSwapChain9::Direct3DSwapChain9(Direct3DDevice9 *device, D3DPRESENT_PARAMETERS *presentPara… in Direct3DSwapChain9() function in D3D9::Direct3DSwapChain9
41 Direct3DSwapChain9::~Direct3DSwapChain9() in ~Direct3DSwapChain9()
46 long Direct3DSwapChain9::QueryInterface(const IID &iid, void **object) in QueryInterface()
66 unsigned long Direct3DSwapChain9::AddRef() in AddRef()
73 unsigned long Direct3DSwapChain9::Release() in Release()
80 …long Direct3DSwapChain9::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOver… in Present()
190 long Direct3DSwapChain9::GetFrontBufferData(IDirect3DSurface9 *destSurface) in GetFrontBufferData()
211 …long Direct3DSwapChain9::GetBackBuffer(unsigned int index, D3DBACKBUFFER_TYPE type, IDirect3DSurfa… in GetBackBuffer()
235 long Direct3DSwapChain9::GetRasterStatus(D3DRASTER_STATUS *rasterStatus) in GetRasterStatus()
263 long Direct3DSwapChain9::GetDisplayMode(D3DDISPLAYMODE *displayMode) in GetDisplayMode()
[all …]
DDirect3DSwapChain9.hpp30 class Direct3DSwapChain9 : public IDirect3DSwapChain9, public Unknown class
33 Direct3DSwapChain9(Direct3DDevice9 *device, D3DPRESENT_PARAMETERS *presentParameters);
35 ~Direct3DSwapChain9() override;
DDirect3DDevice9.hpp52 friend Direct3DSwapChain9;
286 Direct3DSwapChain9 *swapChain;
DDirect3DDevice9.cpp510 *swapChain = new Direct3DSwapChain9(this, presentParameters); in CreateAdditionalSwapChain()
2346 swapChain = new Direct3DSwapChain9(this, presentParameters); in Reset()