Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dvertexdeclaration9.c225 UINT *pNumElements ) in NineVertexDeclaration9_GetDeclaration() argument
228 user_assert(pNumElements, D3DERR_INVALIDCALL); in NineVertexDeclaration9_GetDeclaration()
229 *pNumElements = This->nelems+1; in NineVertexDeclaration9_GetDeclaration()
232 if (pNumElements) { *pNumElements = This->nelems+1; } in NineVertexDeclaration9_GetDeclaration()
Dvertexdeclaration9.h63 UINT *pNumElements );
Dnine_lock.c3051 UINT *pNumElements ) in LockVertexDeclaration9_GetDeclaration() argument
3055 r = NineVertexDeclaration9_GetDeclaration(This, pElement, pNumElements); in LockVertexDeclaration9_GetDeclaration()
/external/mesa3d/include/D3D9/
Dd3d9.h381 virtual HRESULT WINAPI GetDeclaration(D3DVERTEXELEMENT9 *pElement, UINT *pNumElements) = 0;
1691 …etDeclaration)(IDirect3DVertexDeclaration9 *This, D3DVERTEXELEMENT9 *pElement, UINT *pNumElements);