• Home
  • Raw
  • Download

Lines Matching refs:Direct3DSwapChain9

29Direct3DSwapChain9::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()
279 long Direct3DSwapChain9::GetDevice(IDirect3DDevice9 **device) in GetDevice()
296 long Direct3DSwapChain9::GetPresentParameters(D3DPRESENT_PARAMETERS *presentParameters) in GetPresentParameters()
312 void Direct3DSwapChain9::reset(D3DPRESENT_PARAMETERS *presentParameters) in reset()
362 void Direct3DSwapChain9::release() in release()
377 void Direct3DSwapChain9::setGammaRamp(sw::GammaRamp *gammaRamp, bool calibrate) in setGammaRamp()
382 void Direct3DSwapChain9::getGammaRamp(sw::GammaRamp *gammaRamp) in getGammaRamp()
387 void *Direct3DSwapChain9::lockBackBuffer(int index) in lockBackBuffer()
392 void Direct3DSwapChain9::unlockBackBuffer(int index) in unlockBackBuffer()