Searched refs:pNumElements (Results 1 – 4 of 4) sorted by relevance
241 UINT *pNumElements ) in NineVertexDeclaration9_GetDeclaration() argument244 user_assert(pNumElements, D3DERR_INVALIDCALL); in NineVertexDeclaration9_GetDeclaration()245 *pNumElements = This->nelems+1; in NineVertexDeclaration9_GetDeclaration()248 if (pNumElements) { *pNumElements = This->nelems+1; } in NineVertexDeclaration9_GetDeclaration()
80 UINT *pNumElements );
3067 UINT *pNumElements ) in LockVertexDeclaration9_GetDeclaration() argument3071 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);