Searched refs:pNumElements (Results 1 – 4 of 4) sorted by relevance
225 UINT *pNumElements ) in NineVertexDeclaration9_GetDeclaration() argument228 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()
63 UINT *pNumElements );
3051 UINT *pNumElements ) in LockVertexDeclaration9_GetDeclaration() argument3055 r = NineVertexDeclaration9_GetDeclaration(This, pElement, pNumElements); in LockVertexDeclaration9_GetDeclaration()
381 virtual HRESULT WINAPI GetDeclaration(D3DVERTEXELEMENT9 *pElement, UINT *pNumElements) = 0;1691 …etDeclaration)(IDirect3DVertexDeclaration9 *This, D3DVERTEXELEMENT9 *pElement, UINT *pNumElements);