Home
last modified time | relevance | path

Searched refs:pVertexElements (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DInputAssembly.cpp285 &pCreateElementLayout->pVertexElements[i]; in CreateElementLayout()
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.h689 const D3DVERTEXELEMENT9 *pVertexElements,
Ddevice9.c3345 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()
Dnine_lock.c1555 const D3DVERTEXELEMENT9 *pVertexElements, in LockDevice9_CreateVertexDeclaration() argument
1560 r = NineDevice9_CreateVertexDeclaration(This, pVertexElements, ppDecl); in LockDevice9_CreateVertexDeclaration()
/third_party/mesa3d/include/D3D9/
Dd3d9.h244 …virtual HRESULT WINAPI CreateVertexDeclaration(const D3DVERTEXELEMENT9 *pVertexElements, IDirect3D…
832 …eVertexDeclaration)(IDirect3DDevice9 *This, const D3DVERTEXELEMENT9 *pVertexElements, IDirect3DVer…
1083 …ertexDeclaration)(IDirect3DDevice9Ex *This, const D3DVERTEXELEMENT9 *pVertexElements, IDirect3DVer…