Home
last modified time | relevance | path

Searched refs:vertexElements (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DVertexDeclaration8.hpp29 Direct3DVertexDeclaration8(Direct3DDevice8 *device, const unsigned long *vertexElements);
/external/swiftshader/src/D3D9/
DDirect3DVertexDeclaration9.hpp29 Direct3DVertexDeclaration9(Direct3DDevice9 *device, const D3DVERTEXELEMENT9 *vertexElements);
DDirect3DDevice9Ex.cpp201 …long Direct3DDevice9Ex::CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3D… in CreateVertexDeclaration() argument
203 …ents = 0x%0.8p, IDirect3DVertexDeclaration9 **declaration = 0x%0.8p", vertexElements, declaration); in CreateVertexDeclaration()
205 return Direct3DDevice9::CreateVertexDeclaration(vertexElements, declaration); in CreateVertexDeclaration()
DDirect3DDevice9Ex.hpp143 …long __stdcall CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3DVertexDec…
DDirect3DDevice9.hpp80 …long __stdcall CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3DVertexDec…
DDirect3DDevice9.cpp887 …long Direct3DDevice9::CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3DVe… in CreateVertexDeclaration() argument
891 …ents = 0x%0.8p, IDirect3DVertexDeclaration9 **declaration = 0x%0.8p", vertexElements, declaration); in CreateVertexDeclaration()
898 const D3DVERTEXELEMENT9 *element = vertexElements; in CreateVertexDeclaration()
910 *declaration = new Direct3DVertexDeclaration9(this, vertexElements); in CreateVertexDeclaration()