Searched refs:pElements (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | vertexdeclaration9.c | 174 const D3DVERTEXELEMENT9 *pElements ) in NineVertexDeclaration9_ctor() argument 178 DBG("This=%p pParams=%p pElements=%p\n", This, pParams, pElements); in NineVertexDeclaration9_ctor() 182 pElements[nelems].Stream != 0xFF; in NineVertexDeclaration9_ctor() 184 user_assert(pElements[nelems].Type != D3DDECLTYPE_UNUSED, E_FAIL); in NineVertexDeclaration9_ctor() 185 user_assert(!(pElements[nelems].Offset & 3), E_FAIL); in NineVertexDeclaration9_ctor() 199 memcpy(This->decls, pElements, sizeof(D3DVERTEXELEMENT9)*(This->nelems+1)); in NineVertexDeclaration9_ctor() 269 const D3DVERTEXELEMENT9 *pElements, in NineVertexDeclaration9_new() argument 272 NINE_DEVICE_CHILD_NEW(VertexDeclaration9, ppOut, /* args */ pDevice, pElements); in NineVertexDeclaration9_new()
|
D | vertexdeclaration9.h | 61 const D3DVERTEXELEMENT9 *pElements, 72 const D3DVERTEXELEMENT9 *pElements );
|