Searched refs:Direct3DSwapChain8 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/D3D8/ |
D | Direct3DSwapChain8.cpp | 27 …Direct3DSwapChain8::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 …]
|
D | Direct3DSwapChain8.hpp | 28 class Direct3DSwapChain8 : public IDirect3DSwapChain8, public Unknown class 31 Direct3DSwapChain8(Direct3DDevice8 *device, D3DPRESENT_PARAMETERS *presentParameters); 33 ~Direct3DSwapChain8() override;
|
D | Direct3DDevice8.hpp | 232 std::vector<Direct3DSwapChain8*> swapChain;
|
D | Direct3DDevice8.cpp | 518 *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()
|