Home
last modified time | relevance | path

Searched refs:D3DVERTEXELEMENT9 (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dvertexdeclaration9.h48 D3DVERTEXELEMENT9 *decls;
61 const D3DVERTEXELEMENT9 *pElements,
72 const D3DVERTEXELEMENT9 *pElements );
79 D3DVERTEXELEMENT9 *pElement,
Dvertexdeclaration9.c174 const D3DVERTEXELEMENT9 *pElements ) in NineVertexDeclaration9_ctor()
195 This->decls = CALLOC(This->nelems+1, sizeof(D3DVERTEXELEMENT9)); in NineVertexDeclaration9_ctor()
199 memcpy(This->decls, pElements, sizeof(D3DVERTEXELEMENT9)*(This->nelems+1)); in NineVertexDeclaration9_ctor()
240 D3DVERTEXELEMENT9 *pElement, in NineVertexDeclaration9_GetDeclaration()
249 memcpy(pElement, This->decls, sizeof(D3DVERTEXELEMENT9)*(This->nelems+1)); in NineVertexDeclaration9_GetDeclaration()
269 const D3DVERTEXELEMENT9 *pElements, in NineVertexDeclaration9_new()
280 D3DVERTEXELEMENT9 elems[16], decl_end = D3DDECL_END(); in NineVertexDeclaration9_new_from_fvf()
Ddevice9.h666 const D3DVERTEXELEMENT9 *pVertexElements,
Dnine_lock.c1555 const D3DVERTEXELEMENT9 *pVertexElements, in LockDevice9_CreateVertexDeclaration()
3066 D3DVERTEXELEMENT9 *pElement, in LockVertexDeclaration9_GetDeclaration()
Ddevice9.c3068 const D3DVERTEXELEMENT9 *pVertexElements, in NineDevice9_CreateVertexDeclaration()
/external/swiftshader/src/D3D9/
DDirect3DVertexDeclaration9.hpp29 Direct3DVertexDeclaration9(Direct3DDevice9 *device, const D3DVERTEXELEMENT9 *vertexElements);
41 long __stdcall GetDeclaration(D3DVERTEXELEMENT9 *declaration, unsigned int *numElements) override;
52 D3DVERTEXELEMENT9 *vertexElement;
DDirect3DVertexDeclaration9.cpp26 …aration9::Direct3DVertexDeclaration9(Direct3DDevice9 *device, const D3DVERTEXELEMENT9 *vertexEleme… in Direct3DVertexDeclaration9()
28 int size = sizeof(D3DVERTEXELEMENT9); in Direct3DVertexDeclaration9()
29 const D3DVERTEXELEMENT9 *element = vertexElement; in Direct3DVertexDeclaration9()
39 size += sizeof(D3DVERTEXELEMENT9); in Direct3DVertexDeclaration9()
43 numElements = size / sizeof(D3DVERTEXELEMENT9); in Direct3DVertexDeclaration9()
44 this->vertexElement = new D3DVERTEXELEMENT9[numElements]; in Direct3DVertexDeclaration9()
54 vertexElement = new D3DVERTEXELEMENT9[MAX_VERTEX_INPUTS]; in Direct3DVertexDeclaration9()
342 …long Direct3DVertexDeclaration9::GetDeclaration(D3DVERTEXELEMENT9 *declaration, unsigned int *numE… in GetDeclaration()
382 D3DVERTEXELEMENT9 &element = vertexElement[i]; in computeFVF()
DDirect3DDevice9Ex.hpp143 …long __stdcall CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3DVertexDec…
DDirect3DDevice9.hpp80 …long __stdcall CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3DVertexDec…
DDirect3DDevice9Ex.cpp201 …long Direct3DDevice9Ex::CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3D… in CreateVertexDeclaration()
DDirect3DDevice9.cpp887 …long Direct3DDevice9::CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3DVe… in CreateVertexDeclaration()
898 const D3DVERTEXELEMENT9 *element = vertexElements; in CreateVertexDeclaration()
5680 D3DVERTEXELEMENT9 vertexElement[MAXD3DDECLLENGTH + 1]; in instanceData()
5720 D3DVERTEXELEMENT9 vertexElement[MAXD3DDECLLENGTH + 1]; in bindVertexStreams()
/external/mesa3d/include/D3D9/
Dd3d9.h244 …virtual HRESULT WINAPI CreateVertexDeclaration(const D3DVERTEXELEMENT9 *pVertexElements, IDirect3D…
381 virtual HRESULT WINAPI GetDeclaration(D3DVERTEXELEMENT9 *pElement, UINT *pNumElements) = 0;
832 …HRESULT (WINAPI *CreateVertexDeclaration)(IDirect3DDevice9 *This, const D3DVERTEXELEMENT9 *pVertex…
1083 …HRESULT (WINAPI *CreateVertexDeclaration)(IDirect3DDevice9Ex *This, const D3DVERTEXELEMENT9 *pVert…
1691 …HRESULT (WINAPI *GetDeclaration)(IDirect3DVertexDeclaration9 *This, D3DVERTEXELEMENT9 *pElement, U…
Dd3d9types.h1757 } D3DVERTEXELEMENT9, *LPD3DVERTEXELEMENT9; typedef