Searched refs:pElement (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dvertexdeclaration9.h79 D3DVERTEXELEMENT9 *pElement,
H A Dvertexdeclaration9.c240 D3DVERTEXELEMENT9 *pElement,
243 if (!pElement) {
249 memcpy(pElement, This->decls, sizeof(D3DVERTEXELEMENT9)*(This->nelems+1));
239 NineVertexDeclaration9_GetDeclaration(struct NineVertexDeclaration9 * This,D3DVERTEXELEMENT9 * pElement,UINT * pNumElements) argument
H A Dnine_lock.c3066 D3DVERTEXELEMENT9 *pElement,
3071 r = NineVertexDeclaration9_GetDeclaration(This, pElement, pNumElements);
3065 LockVertexDeclaration9_GetDeclaration(struct NineVertexDeclaration9 * This,D3DVERTEXELEMENT9 * pElement,UINT * pNumElements) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dvertexdeclaration9.h79 D3DVERTEXELEMENT9 *pElement,
H A Dvertexdeclaration9.c241 D3DVERTEXELEMENT9 *pElement,
244 if (!pElement) {
250 memcpy(pElement, This->decls, sizeof(D3DVERTEXELEMENT9)*(This->nelems+1));
240 NineVertexDeclaration9_GetDeclaration(struct NineVertexDeclaration9 * This,D3DVERTEXELEMENT9 * pElement,UINT * pNumElements) argument
H A Dnine_lock.c3066 D3DVERTEXELEMENT9 *pElement,
3071 r = NineVertexDeclaration9_GetDeclaration(This, pElement, pNumElements);
3065 LockVertexDeclaration9_GetDeclaration(struct NineVertexDeclaration9 * This,D3DVERTEXELEMENT9 * pElement,UINT * pNumElements) argument
/xsrc/external/mit/xcmsdb/dist/
H A DloadData.c348 XcmsFloat *pElement = NULL;
370 pElement = (XcmsFloat *) pMatrix->XYZtoRGBmatrix;
407 pElement = (XcmsFloat *) pMatrix->RGBtoXYZmatrix;
446 pElement = (XcmsFloat *) pMatrix->XYZtoRGBmatrix;
467 if (sscanf(ptoken, "%lf", pElement) != 1) {
480 pElement++;
342 XcmsFloat *pElement = NULL; local in function:ProcessColorimetric
/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
H A Dd3d9.h381 virtual HRESULT WINAPI GetDeclaration(D3DVERTEXELEMENT9 *pElement, UINT *pNumElements) = 0;
1691 HRESULT (WINAPI *GetDeclaration)(IDirect3DVertexDeclaration9 *This, D3DVERTEXELEMENT9 *pElement, UINT *pNumElements);
/xsrc/external/mit/MesaLib/dist/include/D3D9/
H A Dd3d9.h381 virtual HRESULT WINAPI GetDeclaration(D3DVERTEXELEMENT9 *pElement, UINT *pNumElements) = 0;
1691 HRESULT (WINAPI *GetDeclaration)(IDirect3DVertexDeclaration9 *This, D3DVERTEXELEMENT9 *pElement, UINT *pNumElements);

Completed in 30 milliseconds