Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexdeclaration9.h79 D3DVERTEXELEMENT9 *pElement,
Dvertexdeclaration9.c241 D3DVERTEXELEMENT9 *pElement, in NineVertexDeclaration9_GetDeclaration() argument
244 if (!pElement) { in NineVertexDeclaration9_GetDeclaration()
250 memcpy(pElement, This->decls, sizeof(D3DVERTEXELEMENT9)*(This->nelems+1)); in NineVertexDeclaration9_GetDeclaration()
Dnine_lock.c3066 D3DVERTEXELEMENT9 *pElement, in LockVertexDeclaration9_GetDeclaration() argument
3071 r = NineVertexDeclaration9_GetDeclaration(This, pElement, pNumElements); in LockVertexDeclaration9_GetDeclaration()
/third_party/mesa3d/include/D3D9/
Dd3d9.h381 virtual HRESULT WINAPI GetDeclaration(D3DVERTEXELEMENT9 *pElement, UINT *pNumElements) = 0;
1691 …HRESULT (WINAPI *GetDeclaration)(IDirect3DVertexDeclaration9 *This, D3DVERTEXELEMENT9 *pElement, U…