Home
last modified time | relevance | path

Searched refs:Direct3DDevice9 (Results 1 – 25 of 37) sorted by relevance

12

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp53 …ned long behaviourFlags, D3DPRESENT_PARAMETERS *presentParameters) : Direct3DDevice9(instance, d3d… in Direct3DDevice9Ex()
86 return Direct3DDevice9::AddRef(); in AddRef()
93 return Direct3DDevice9::Release(); in Release()
100 return Direct3DDevice9::BeginScene(); in BeginScene()
107 return Direct3DDevice9::BeginStateBlock(); in BeginStateBlock()
114 return Direct3DDevice9::Clear(count, rects, flags, color, z, stencil); in Clear()
121 return Direct3DDevice9::ColorFill(surface, rect, color); in ColorFill()
128 return Direct3DDevice9::CreateAdditionalSwapChain(presentParameters, swapChain); in CreateAdditionalSwapChain()
135 …return Direct3DDevice9::CreateCubeTexture(edgeLength, levels, usage, format, pool, cubeTexture, sh… in CreateCubeTexture()
142 …return Direct3DDevice9::CreateDepthStencilSurface(width, height, format, multiSample, multiSampleQ… in CreateDepthStencilSurface()
[all …]
DDirect3DDevice9.cpp54Direct3DDevice9::Direct3DDevice9(const HINSTANCE instance, Direct3D9 *d3d9, unsigned int adapter, … in Direct3DDevice9() function in D3D9::Direct3DDevice9
185 Direct3DDevice9::~Direct3DDevice9() in ~Direct3DDevice9()
274 long Direct3DDevice9::QueryInterface(const IID &iid, void **object) in QueryInterface()
294 unsigned long Direct3DDevice9::AddRef() in AddRef()
301 unsigned long Direct3DDevice9::Release() in Release()
308 long Direct3DDevice9::BeginScene() in BeginScene()
317 long Direct3DDevice9::BeginStateBlock() in BeginStateBlock()
340 …long Direct3DDevice9::Clear(unsigned long count, const D3DRECT *rects, unsigned long flags, unsign… in Clear()
450 long Direct3DDevice9::ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color) in ColorFill()
487 …long Direct3DDevice9::CreateAdditionalSwapChain(D3DPRESENT_PARAMETERS *presentParameters, IDirect3… in CreateAdditionalSwapChain()
[all …]
DDirect3DVertexDeclaration9.hpp24 class Direct3DDevice9;
29 Direct3DVertexDeclaration9(Direct3DDevice9 *device, const D3DVERTEXELEMENT9 *vertexElements);
30 Direct3DVertexDeclaration9(Direct3DDevice9 *device, unsigned long FVF);
51 Direct3DDevice9 *const device;
DDirect3DVertexShader9.hpp26 class Direct3DDevice9;
31 Direct3DVertexShader9(Direct3DDevice9 *device, const unsigned long *shaderToken);
49 Direct3DDevice9 *const device;
DDirect3DPixelShader9.hpp26 class Direct3DDevice9;
31 Direct3DPixelShader9(Direct3DDevice9 *device, const unsigned long *shaderToken);
49 Direct3DDevice9 *const device;
DDirect3DQuery9.hpp26 class Direct3DDevice9;
31 Direct3DQuery9(Direct3DDevice9 *device, D3DQUERYTYPE type);
49 Direct3DDevice9 *const device;
DDirect3DSwapChain9.hpp28 class Direct3DDevice9;
33 Direct3DSwapChain9(Direct3DDevice9 *device, D3DPRESENT_PARAMETERS *presentParameters);
64 Direct3DDevice9 *const device;
DDirect3DResource9.hpp26 class Direct3DDevice9;
31 Direct3DResource9(Direct3DDevice9 *device, D3DRESOURCETYPE type, D3DPOOL pool, unsigned int size);
56 Direct3DDevice9 *const device;
DDirect3DVolume9.hpp26 class Direct3DDevice9;
33 …Direct3DVolume9(Direct3DDevice9 *device, Direct3DVolumeTexture9 *container, int width, int height,…
61 Direct3DDevice9 *const device;
DDirect3DStateBlock9.hpp27 class Direct3DDevice9;
38 Direct3DStateBlock9(Direct3DDevice9 *device, D3DSTATEBLOCKTYPE type);
117 Direct3DDevice9 *const device;
DDirect3DDevice9.hpp49 class Direct3DDevice9 : public IDirect3DDevice9, public Unknown class
55Direct3DDevice9(const HINSTANCE instance, Direct3D9 *d3d9, unsigned int adapter, D3DDEVTYPE device…
57 ~Direct3DDevice9() override;
320 CriticalSection(Direct3DDevice9 *device) : device(device) in CriticalSection()
337 Direct3DDevice9 *const device;
DDirect3DVertexBuffer9.hpp32 …Direct3DVertexBuffer9(Direct3DDevice9 *device, unsigned int length, unsigned long usage, long FVF,…
DDirect3DPixelShader9.cpp22 …Direct3DPixelShader9::Direct3DPixelShader9(Direct3DDevice9 *device, const unsigned long *shaderTok… in Direct3DPixelShader9()
DDirect3DIndexBuffer9.hpp32 …Direct3DIndexBuffer9(Direct3DDevice9 *device, unsigned int length, unsigned long usage, D3DFORMAT …
DDirect3DVertexShader9.cpp22 …Direct3DVertexShader9::Direct3DVertexShader9(Direct3DDevice9 *device, const unsigned long *shaderT… in Direct3DVertexShader9()
DDirect3DBaseTexture9.hpp32 …Direct3DBaseTexture9(Direct3DDevice9 *device, D3DRESOURCETYPE type, D3DFORMAT format, D3DPOOL pool…
DDirect3DVolumeTexture9.hpp31 …Direct3DVolumeTexture9(Direct3DDevice9 *device, unsigned int width, unsigned int height, unsigned …
DDirect3DTexture9.hpp31 …Direct3DTexture9(Direct3DDevice9 *device, unsigned int width, unsigned int height, unsigned int le…
DDirect3DCubeTexture9.hpp31 …Direct3DCubeTexture9(Direct3DDevice9 *device, unsigned int edgeLength, unsigned int levels, unsign…
DDirect3DSurface9.hpp31 …Direct3DSurface9(Direct3DDevice9 *device, Unknown *container, int width, int height, D3DFORMAT for…
DDirect3D9.hpp25 class Direct3DDevice9;
DDirect3D9Ex.hpp25 class Direct3DDevice9;
DDirect3DVertexDeclaration9.cpp26 …Direct3DVertexDeclaration9::Direct3DVertexDeclaration9(Direct3DDevice9 *device, const D3DVERTEXELE… in Direct3DVertexDeclaration9()
50 …Direct3DVertexDeclaration9::Direct3DVertexDeclaration9(Direct3DDevice9 *device, unsigned long FVF)… in Direct3DVertexDeclaration9()
DDirect3DResource9.cpp75 …Direct3DResource9::Direct3DResource9(Direct3DDevice9 *device, D3DRESOURCETYPE type, D3DPOOL pool, … in Direct3DResource9()
DDirect3DIndexBuffer9.cpp25 …Direct3DIndexBuffer9::Direct3DIndexBuffer9(Direct3DDevice9 *device, unsigned int length, unsigned … in Direct3DIndexBuffer9()

12