Searched refs:pVertexElements (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | InputAssembly.cpp | 285 &pCreateElementLayout->pVertexElements[i]; in CreateElementLayout()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | device9.h | 689 const D3DVERTEXELEMENT9 *pVertexElements,
|
D | device9.c | 3345 const D3DVERTEXELEMENT9 *pVertexElements, in NineDevice9_CreateVertexDeclaration() argument 3351 This, pVertexElements, ppDecl); in NineDevice9_CreateVertexDeclaration() 3353 user_assert(pVertexElements && ppDecl, D3DERR_INVALIDCALL); in NineDevice9_CreateVertexDeclaration() 3355 HRESULT hr = NineVertexDeclaration9_new(This, pVertexElements, &vdecl); in NineDevice9_CreateVertexDeclaration()
|
D | nine_lock.c | 1555 const D3DVERTEXELEMENT9 *pVertexElements, in LockDevice9_CreateVertexDeclaration() argument 1560 r = NineDevice9_CreateVertexDeclaration(This, pVertexElements, ppDecl); in LockDevice9_CreateVertexDeclaration()
|
/third_party/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…
|