• Home
  • Raw
  • Download

Lines Matching refs:IDirect3DSurface9

68 		long __stdcall ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color) override;
71 …LE_TYPE multiSample, unsigned long multiSampleQuality, int discard, IDirect3DSurface9 **surface, v…
73 …ned int width, unsigned int height, D3DFORMAT format, D3DPOOL pool, IDirect3DSurface9 **surface, v…
76 …E_TYPE multiSample, unsigned long multiSampleQuality, int lockable, IDirect3DSurface9 **surface, v…
94 …nsigned int swapChain, unsigned int index, D3DBACKBUFFER_TYPE type, IDirect3DSurface9 **backBuffer…
99 long __stdcall GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) override;
103 …long __stdcall GetFrontBufferData(unsigned int swapChain, IDirect3DSurface9 *destSurface) override;
119 long __stdcall GetRenderTarget(unsigned long index, IDirect3DSurface9 **renderTarget) override;
120 …long __stdcall GetRenderTargetData(IDirect3DSurface9 *renderTarget, IDirect3DSurface9 *destSurface…
145 …long __stdcall SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap…
146 long __stdcall SetDepthStencilSurface(IDirect3DSurface9 *newDepthStencil) override;
160 long __stdcall SetRenderTarget(unsigned long index, IDirect3DSurface9 *renderTarget) override;
176 …long __stdcall StretchRect(IDirect3DSurface9 *sourceSurface, const RECT *sourceRect, IDirect3DSurf…
178 …long __stdcall UpdateSurface(IDirect3DSurface9 *sourceSurface, const RECT *sourceRect, IDirect3DSu…
202 bool validRectangle(const RECT *rect, IDirect3DSurface9 *surface);