Searched refs:mpSwapChain (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/canvas/source/directx/ |
H A D | dx_9rm.cxx | 234 COMReference<IDirect3DSwapChain9> mpSwapChain; member in dxcanvas::__anon986deb980111::DXRenderModule 576 mpSwapChain(), in DXRenderModule() 877 mpSwapChain=COMReference<IDirect3DSwapChain9>(pSwapChain); in createDevice() 878 if( !mpSwapChain.is() ) in createDevice() 887 mpSwapChain->GetBackBuffer(0,D3DBACKBUFFER_TYPE_MONO,&pBackBuffer); in createDevice() 934 if(isDisposed() || !mpSwapChain.is()) in flip() 947 HRESULT hr(mpSwapChain->Present(&aRect,&aRect,NULL,NULL,0)); in flip() 978 if(SUCCEEDED(mpSwapChain->Present(&aRect,&aRect,NULL,NULL,0))) in flip() 1045 mpSwapChain.reset(); in resize() 1050 mpSwapChain=COMReference<IDirect3DSwapChain9>(pSwapChain); in resize() [all …]
|
Completed in 29 milliseconds