Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DSwapChain8.cpp27Direct3DSwapChain8::Direct3DSwapChain8(Direct3DDevice8 *device, D3DPRESENT_PARAMETERS *presentPara… in Direct3DSwapChain8() function in D3D8::Direct3DSwapChain8
39 Direct3DSwapChain8::~Direct3DSwapChain8() in ~Direct3DSwapChain8()
44 long Direct3DSwapChain8::QueryInterface(const IID &iid, void **object) in QueryInterface()
62 unsigned long Direct3DSwapChain8::AddRef() in AddRef()
69 unsigned long Direct3DSwapChain8::Release() in Release()
76 …long Direct3DSwapChain8::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOver… in Present()
121 …long Direct3DSwapChain8::GetBackBuffer(unsigned int index, D3DBACKBUFFER_TYPE type, IDirect3DSurfa… in GetBackBuffer()
141 void Direct3DSwapChain8::reset(D3DPRESENT_PARAMETERS *presentParameters) in reset()
191 void Direct3DSwapChain8::release() in release()
206 void Direct3DSwapChain8::screenshot(void *destBuffer) in screenshot()
[all …]
DDirect3DSwapChain8.hpp28 class Direct3DSwapChain8 : public IDirect3DSwapChain8, public Unknown class
31 Direct3DSwapChain8(Direct3DDevice8 *device, D3DPRESENT_PARAMETERS *presentParameters);
33 ~Direct3DSwapChain8() override;
DDirect3DDevice8.hpp232 std::vector<Direct3DSwapChain8*> swapChain;
DDirect3DDevice8.cpp518 *swapChain = new Direct3DSwapChain8(this, &present); in CreateAdditionalSwapChain()
532 this->swapChain.push_back(static_cast<Direct3DSwapChain8*>(*swapChain)); in CreateAdditionalSwapChain()
1899 swapChain[0] = new Direct3DSwapChain8(this, &present); in Reset()