Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Ddevice9.h680 const D3DVERTEXELEMENT9 *pVertexElements,
Ddevice9.c3216 const D3DVERTEXELEMENT9 *pVertexElements, in NineDevice9_CreateVertexDeclaration() argument
3222 This, pVertexElements, ppDecl); in NineDevice9_CreateVertexDeclaration()
3224 user_assert(pVertexElements && ppDecl, D3DERR_INVALIDCALL); in NineDevice9_CreateVertexDeclaration()
3226 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()
/external/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…