Home
last modified time | relevance | path

Searched refs:IDirect3DSurface9 (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.hpp67 …long __stdcall SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap…
75 …nsigned int swapChain, unsigned int index, D3DBACKBUFFER_TYPE type, IDirect3DSurface9 **backBuffer…
85 …E_TYPE multiSample, unsigned long multiSampleQuality, int lockable, IDirect3DSurface9 **surface, v…
86 …LE_TYPE multiSample, unsigned long multiSampleQuality, int discard, IDirect3DSurface9 **surface, v…
87 …long __stdcall UpdateSurface(IDirect3DSurface9 *sourceSurface, const RECT *sourceRect, IDirect3DSu…
89 …long __stdcall GetRenderTargetData(IDirect3DSurface9 *renderTarget, IDirect3DSurface9 *destSurface…
90 long __stdcall GetFrontBufferData(unsigned int swapChain, IDirect3DSurface9 *destSurface);
91 …long __stdcall StretchRect(IDirect3DSurface9 *sourceSurface, const RECT *sourceRect, IDirect3DSurf…
92 long __stdcall ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color);
93 …ned int width, unsigned int height, D3DFORMAT format, D3DPOOL pool, IDirect3DSurface9 **surface, v…
[all …]
DDirect3DDevice9.hpp68 long __stdcall ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color);
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);
103 long __stdcall GetFrontBufferData(unsigned int swapChain, IDirect3DSurface9 *destSurface);
119 long __stdcall GetRenderTarget(unsigned long index, IDirect3DSurface9 **renderTarget);
120 …long __stdcall GetRenderTargetData(IDirect3DSurface9 *renderTarget, IDirect3DSurface9 *destSurface…
145 …long __stdcall SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap…
[all …]
DDirect3DDevice9Ex.cpp117 long Direct3DDevice9Ex::ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color) in ColorFill()
138 …LE_TYPE multiSample, unsigned long multiSampleQuality, int discard, IDirect3DSurface9 **surface, v… in CreateDepthStencilSurface()
152 …ned int width, unsigned int height, D3DFORMAT format, D3DPOOL pool, IDirect3DSurface9 **surface, v… in CreateOffscreenPlainSurface()
173 …E_TYPE multiSample, unsigned long multiSampleQuality, int lockable, IDirect3DSurface9 **surface, v… in CreateRenderTarget()
299 …pChainIndex, unsigned int backBufferIndex, D3DBACKBUFFER_TYPE type, IDirect3DSurface9 **backBuffer) in GetBackBuffer()
334 long Direct3DDevice9Ex::GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) in GetDepthStencilSurface()
362 long Direct3DDevice9Ex::GetFrontBufferData(unsigned int index, IDirect3DSurface9 *destSurface) in GetFrontBufferData()
474 long Direct3DDevice9Ex::GetRenderTarget(unsigned long index, IDirect3DSurface9 **renderTarget) in GetRenderTarget()
481 …long Direct3DDevice9Ex::GetRenderTargetData(IDirect3DSurface9 *renderTarget, IDirect3DSurface9 *de… in GetRenderTargetData()
656 …long Direct3DDevice9Ex::SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cur… in SetCursorProperties()
[all …]
DDirect3DSwapChain9.hpp44 long __stdcall GetFrontBufferData(IDirect3DSurface9 *destSurface);
45 …long __stdcall GetBackBuffer(unsigned int index, D3DBACKBUFFER_TYPE type, IDirect3DSurface9 **back…
DDirect3DTexture9.hpp60 long __stdcall GetSurfaceLevel(unsigned int level, IDirect3DSurface9 **surface);
DDirect3DCubeTexture9.hpp60 …long __stdcall GetCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level, IDirect3DSurface9 **cu…
DDirect3DSurface9.hpp28 class Direct3DSurface9 : public IDirect3DSurface9, public Direct3DResource9, public sw::Surface
DDirect3DSwapChain9.cpp195 long Direct3DSwapChain9::GetFrontBufferData(IDirect3DSurface9 *destSurface) in GetFrontBufferData()
216 …pChain9::GetBackBuffer(unsigned int index, D3DBACKBUFFER_TYPE type, IDirect3DSurface9 **backBuffer) in GetBackBuffer()
DDirect3DDevice9.cpp450 long Direct3DDevice9::ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color) in ColorFill()
563 …LE_TYPE multiSample, unsigned long multiSampleQuality, int discard, IDirect3DSurface9 **surface, v… in CreateDepthStencilSurface()
648 …ned int width, unsigned int height, D3DFORMAT format, D3DPOOL pool, IDirect3DSurface9 **surface, v… in CreateOffscreenPlainSurface()
777 …E_TYPE multiSample, unsigned long multiSampleQuality, int lockable, IDirect3DSurface9 **surface, v… in CreateRenderTarget()
1344 …pChainIndex, unsigned int backBufferIndex, D3DBACKBUFFER_TYPE type, IDirect3DSurface9 **backBuffer) in GetBackBuffer()
1428 long Direct3DDevice9::GetDepthStencilSurface(IDirect3DSurface9 **depthStencilSurface) in GetDepthStencilSurface()
1493 long Direct3DDevice9::GetFrontBufferData(unsigned int index, IDirect3DSurface9 *destSurface) in GetFrontBufferData()
1774 long Direct3DDevice9::GetRenderTarget(unsigned long index, IDirect3DSurface9 **renderTarget) in GetRenderTarget()
1798 …long Direct3DDevice9::GetRenderTargetData(IDirect3DSurface9 *renderTarget, IDirect3DSurface9 *dest… in GetRenderTargetData()
2387 IDirect3DSurface9 *renderTarget; in Reset()
[all …]
DDirect3DTexture9.cpp270 long Direct3DTexture9::GetSurfaceLevel(unsigned int level, IDirect3DSurface9 **surface) in GetSurfaceLevel()
DDirect3DCubeTexture9.cpp270 …ture9::GetCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level, IDirect3DSurface9 **cubeMapSur… in GetCubeMapSurface()