Lines Matching refs:mpPrimarySurface
652 COMReference<IDirectDrawSurface> mpPrimarySurface; member in dxcanvas::__anon6484f8940111::DXRenderModule
1036 mpPrimarySurface(), in DXRenderModule()
1216 mpPrimarySurface = COMReference< IDirectDrawSurface >(pPrimarySurface); in create()
1225 mpPrimarySurface.reset(); in create()
1234 mpPrimarySurface.reset(); in create()
1238 if( FAILED(mpPrimarySurface->SetClipper( pClipper )) ) in create()
1243 mpPrimarySurface.reset(); in create()
1288 mpPrimarySurface.reset(); in create()
1299 mpPrimarySurface.reset(); in create()
1317 mpPrimarySurface.reset(); in create()
1727 mpPrimarySurface.is() && in flip()
1743 if( SUCCEEDED(mpPrimarySurface->Flip( NULL, DDFLIP_WAIT )) ) in flip()
1809 *mpPrimarySurface, in flip()
1864 if(mpPrimarySurface.get()) { in validateMainSurfaces()
1865 if(mpPrimarySurface->IsLost() == DDERR_SURFACELOST) { in validateMainSurfaces()
1866 if(FAILED(mpPrimarySurface->Restore())) in validateMainSurfaces()
1959 pGraphics = createSurfaceGraphics( mpPrimarySurface ); in renderInfoText()