• Home
  • Raw
  • Download

Lines Matching refs:Direct3DSurface9

482 …static_cast<Direct3DSurface9*>(surface)->fill(color, rect->left, rect->top, rect->right - rect->le…  in ColorFill()
602 …*surface = new Direct3DSurface9(this, this, width, height, format, D3DPOOL_DEFAULT, multiSample, m… in CreateDepthStencilSurface()
666 …*surface = new Direct3DSurface9(this, this, width, height, format, pool, D3DMULTISAMPLE_NONE, 0, t… in CreateOffscreenPlainSurface()
790 …*surface = new Direct3DSurface9(this, this, width, height, format, D3DPOOL_DEFAULT, multiSample, m… in CreateRenderTarget()
1826 sw::Surface *source = static_cast<Direct3DSurface9*>(renderTarget); in GetRenderTargetData()
1827 sw::Surface *dest = static_cast<Direct3DSurface9*>(destSurface); in GetRenderTargetData()
2382 …autoDepthStencil = new Direct3DSurface9(this, this, presentParameters->BackBufferWidth, presentPar… in Reset()
2656 sw::Surface *cursorSurface = static_cast<Direct3DSurface9*>(cursorBitmap); in SetCursorProperties()
2691 Direct3DSurface9 *depthStencil = static_cast<Direct3DSurface9*>(iDepthStencil); in SetDepthStencilSurface()
4086 Direct3DSurface9 *renderTarget = static_cast<Direct3DSurface9*>(iRenderTarget); in SetRenderTarget()
5369 Direct3DSurface9 *source = static_cast<Direct3DSurface9*>(sourceSurface); in StretchRect()
5370 Direct3DSurface9 *dest = static_cast<Direct3DSurface9*>(destSurface); in StretchRect()
5456 sw::Surface *source = static_cast<Direct3DSurface9*>(sourceSurface); in UpdateSurface()
5457 sw::Surface *dest = static_cast<Direct3DSurface9*>(destinationSurface); in UpdateSurface()
5488 bytes = width * Direct3DSurface9::bytes(sourceDescription.Format); in UpdateSurface()
6093 Direct3DSurface9 *surface; in bindTextures()
6122 Direct3DSurface9 *surface; in bindTextures()
6206 …void Direct3DDevice9::stretchRect(Direct3DSurface9 *source, const RECT *sourceRect, Direct3DSurfac… in stretchRect()