Searched refs:pVertexElements (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | device9.h | 666 const D3DVERTEXELEMENT9 *pVertexElements,
|
D | nine_lock.c | 1555 const D3DVERTEXELEMENT9 *pVertexElements, in LockDevice9_CreateVertexDeclaration() argument 1560 r = NineDevice9_CreateVertexDeclaration(This, pVertexElements, ppDecl); in LockDevice9_CreateVertexDeclaration()
|
D | device9.c | 3068 const D3DVERTEXELEMENT9 *pVertexElements, in NineDevice9_CreateVertexDeclaration() argument 3074 This, pVertexElements, ppDecl); in NineDevice9_CreateVertexDeclaration() 3076 HRESULT hr = NineVertexDeclaration9_new(This, pVertexElements, &vdecl); in NineDevice9_CreateVertexDeclaration()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 244 …virtual HRESULT WINAPI CreateVertexDeclaration(const D3DVERTEXELEMENT9 *pVertexElements, IDirect3D… 832 …eVertexDeclaration)(IDirect3DDevice9 *This, const D3DVERTEXELEMENT9 *pVertexElements, IDirect3DVer… 1083 …ertexDeclaration)(IDirect3DDevice9Ex *This, const D3DVERTEXELEMENT9 *pVertexElements, IDirect3DVer…
|