Searched refs:pElement (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | vertexdeclaration9.h | 79 D3DVERTEXELEMENT9 *pElement,
|
D | vertexdeclaration9.c | 241 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()
|
D | nine_lock.c | 3066 D3DVERTEXELEMENT9 *pElement, in LockVertexDeclaration9_GetDeclaration() argument 3071 r = NineVertexDeclaration9_GetDeclaration(This, pElement, pNumElements); in LockVertexDeclaration9_GetDeclaration()
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9.h | 381 virtual HRESULT WINAPI GetDeclaration(D3DVERTEXELEMENT9 *pElement, UINT *pNumElements) = 0; 1691 …HRESULT (WINAPI *GetDeclaration)(IDirect3DVertexDeclaration9 *This, D3DVERTEXELEMENT9 *pElement, U…
|