Home
last modified time | relevance | path

Searched refs:D3DVERTEXELEMENT9 (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexdeclaration9.h48 D3DVERTEXELEMENT9 *decls;
61 const D3DVERTEXELEMENT9 *pElements,
72 const D3DVERTEXELEMENT9 *pElements );
79 D3DVERTEXELEMENT9 *pElement,
Dvertexdeclaration9.c174 const D3DVERTEXELEMENT9 *pElements ) in NineVertexDeclaration9_ctor()
195 This->decls = CALLOC(This->nelems+1, sizeof(D3DVERTEXELEMENT9)); in NineVertexDeclaration9_ctor()
199 memcpy(This->decls, pElements, sizeof(D3DVERTEXELEMENT9)*(This->nelems+1)); in NineVertexDeclaration9_ctor()
241 D3DVERTEXELEMENT9 *pElement, in NineVertexDeclaration9_GetDeclaration()
250 memcpy(pElement, This->decls, sizeof(D3DVERTEXELEMENT9)*(This->nelems+1)); in NineVertexDeclaration9_GetDeclaration()
270 const D3DVERTEXELEMENT9 *pElements, in NineVertexDeclaration9_new()
281 D3DVERTEXELEMENT9 elems[16], decl_end = D3DDECL_END(); in NineVertexDeclaration9_new_from_fvf()
Ddevice9.h689 const D3DVERTEXELEMENT9 *pVertexElements,
Dnine_lock.c1555 const D3DVERTEXELEMENT9 *pVertexElements, in LockDevice9_CreateVertexDeclaration()
3066 D3DVERTEXELEMENT9 *pElement, in LockVertexDeclaration9_GetDeclaration()
Ddevice9.c3345 const D3DVERTEXELEMENT9 *pVertexElements, in NineDevice9_CreateVertexDeclaration()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DVertexDeclarationCache.cpp107 D3DVERTEXELEMENT9 elements[gl::MAX_VERTEX_ATTRIBS + 1]; in applyDeclaration()
108 D3DVERTEXELEMENT9 *element = &elements[0]; in applyDeclaration()
201 static const D3DVERTEXELEMENT9 end = D3DDECL_END(); in applyDeclaration()
208 (element - elements) * sizeof(D3DVERTEXELEMENT9)) == 0 && in applyDeclaration()
239 memcpy(lastCache->cachedElements, elements, (element - elements) * sizeof(D3DVERTEXELEMENT9)); in applyDeclaration()
DVertexDeclarationCache.h60 D3DVERTEXELEMENT9 cachedElements[gl::MAX_VERTEX_ATTRIBS + 1];
DBlit9.cpp109 static const D3DVERTEXELEMENT9 elements[] = { in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DVertexDeclarationCache.cpp107 D3DVERTEXELEMENT9 elements[gl::MAX_VERTEX_ATTRIBS + 1]; in applyDeclaration()
108 D3DVERTEXELEMENT9 *element = &elements[0]; in applyDeclaration()
201 static const D3DVERTEXELEMENT9 end = D3DDECL_END(); in applyDeclaration()
208 (element - elements) * sizeof(D3DVERTEXELEMENT9)) == 0 && in applyDeclaration()
239 memcpy(lastCache->cachedElements, elements, (element - elements) * sizeof(D3DVERTEXELEMENT9)); in applyDeclaration()
DVertexDeclarationCache.h60 D3DVERTEXELEMENT9 cachedElements[gl::MAX_VERTEX_ATTRIBS + 1];
DBlit9.cpp109 static const D3DVERTEXELEMENT9 elements[] = { in initialize()
/third_party/mesa3d/include/D3D9/
Dd3d9.h244 …virtual HRESULT WINAPI CreateVertexDeclaration(const D3DVERTEXELEMENT9 *pVertexElements, IDirect3D…
381 virtual HRESULT WINAPI GetDeclaration(D3DVERTEXELEMENT9 *pElement, UINT *pNumElements) = 0;
832 …HRESULT (WINAPI *CreateVertexDeclaration)(IDirect3DDevice9 *This, const D3DVERTEXELEMENT9 *pVertex…
1083 …HRESULT (WINAPI *CreateVertexDeclaration)(IDirect3DDevice9Ex *This, const D3DVERTEXELEMENT9 *pVert…
1691 …HRESULT (WINAPI *GetDeclaration)(IDirect3DVertexDeclaration9 *This, D3DVERTEXELEMENT9 *pElement, U…
Dd3d9types.h1757 } D3DVERTEXELEMENT9, *LPD3DVERTEXELEMENT9; typedef