Lines Matching refs:mpSurface
539 COMReference<IDirectDrawSurface> mpSurface; member in dxcanvas::__anoncd17dbdc0111::DXSurface
727 mpSurface(NULL), in DXSurface()
789 mpSurface=COMReference<IDirectDrawSurface>(pSurface); in DXSurface()
795 clearSurface( mpSurface ); in DXSurface()
839 if( mpSurface.is() ) in selectTexture()
845 if( SUCCEEDED(mpSurface->Lock( NULL, in selectTexture()
855 mpSurface->Unlock(NULL); in selectTexture()
872 if(!(mpSurface.is())) in isValid()
875 if(mpSurface->IsLost() == DDERR_SURFACELOST) in isValid()
877 mpSurface->Restore(); in isValid()
904 if( FAILED(mpSurface->Lock( NULL, in update()
1012 return SUCCEEDED(mpSurface->Unlock(NULL)); in update()