HomeSort by relevance Sort by last modified time
    Searched refs:D3DVERTEXELEMENT9 (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/src/D3D9/
Direct3DVertexDeclaration9.hpp 29 Direct3DVertexDeclaration9(Direct3DDevice9 *device, const D3DVERTEXELEMENT9 *vertexElements);
41 long __stdcall GetDeclaration(D3DVERTEXELEMENT9 *declaration, unsigned int *numElements) override;
52 D3DVERTEXELEMENT9 *vertexElement;
Direct3DVertexDeclaration9.cpp 26 Direct3DVertexDeclaration9::Direct3DVertexDeclaration9(Direct3DDevice9 *device, const D3DVERTEXELEMENT9 *vertexElement) : device(device)
28 int size = sizeof(D3DVERTEXELEMENT9);
29 const D3DVERTEXELEMENT9 *element = vertexElement;
39 size += sizeof(D3DVERTEXELEMENT9);
43 numElements = size / sizeof(D3DVERTEXELEMENT9);
44 this->vertexElement = new D3DVERTEXELEMENT9[numElements];
54 vertexElement = new D3DVERTEXELEMENT9[MAX_VERTEX_INPUTS];
342 long Direct3DVertexDeclaration9::GetDeclaration(D3DVERTEXELEMENT9 *declaration, unsigned int *numElements)
382 D3DVERTEXELEMENT9 &element = vertexElement[i];
Direct3DDevice9Ex.hpp 143 long __stdcall CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3DVertexDeclaration9 **declaration) override;
Direct3DDevice9.hpp 80 long __stdcall CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3DVertexDeclaration9 **declaration) override;
Direct3DDevice9Ex.cpp 201 long Direct3DDevice9Ex::CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3DVertexDeclaration9 **declaration)
203 TRACE("const D3DVERTEXELEMENT9 *vertexElements = 0x%0.8p, IDirect3DVertexDeclaration9 **declaration = 0x%0.8p", vertexElements, declaration);
    [all...]
Direct3DDevice9.cpp 887 long Direct3DDevice9::CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3DVertexDeclaration9 **declaration)
891 TRACE("const D3DVERTEXELEMENT9 *vertexElements = 0x%0.8p, IDirect3DVertexDeclaration9 **declaration = 0x%0.8p", vertexElements, declaration);
898 const D3DVERTEXELEMENT9 *element = vertexElements;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
vertexdeclaration9.h 48 D3DVERTEXELEMENT9 *decls;
61 const D3DVERTEXELEMENT9 *pElements,
72 const D3DVERTEXELEMENT9 *pElements );
79 D3DVERTEXELEMENT9 *pElement,
vertexdeclaration9.c 174 const D3DVERTEXELEMENT9 *pElements )
195 This->decls = CALLOC(This->nelems+1, sizeof(D3DVERTEXELEMENT9));
199 memcpy(This->decls, pElements, sizeof(D3DVERTEXELEMENT9)*(This->nelems+1));
240 D3DVERTEXELEMENT9 *pElement,
249 memcpy(pElement, This->decls, sizeof(D3DVERTEXELEMENT9)*(This->nelems+1));
269 const D3DVERTEXELEMENT9 *pElements,
280 D3DVERTEXELEMENT9 elems[16], decl_end = D3DDECL_END();
device9.h 674 const D3DVERTEXELEMENT9 *pVertexElements,
nine_lock.c     [all...]
device9.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 320 STDMETHOD(GetDeclaration)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE;
326 STDMETHOD(CloneMesh)(THIS_ DWORD options, const D3DVERTEXELEMENT9 *declaration,
338 STDMETHOD(UpdateSemantics)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE;
354 STDMETHOD(GetDeclaration)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE;
360 STDMETHOD(CloneMesh)(THIS_ DWORD options, const D3DVERTEXELEMENT9 *declaration,
372 STDMETHOD(UpdateSemantics)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE;
397 STDMETHOD(GetDeclaration)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE;
403 STDMETHOD(CloneMesh)(THIS_ DWORD options, const D3DVERTEXELEMENT9 *declaration,
415 STDMETHOD(UpdateSemantics)(THIS_ D3DVERTEXELEMENT9 declaration[MAX_FVF_DECL_SIZE]) PURE;
419 STDMETHOD(ClonePMesh)(THIS_ DWORD options, const D3DVERTEXELEMENT9 *declaration
    [all...]
d3d9types.h 293 } D3DVERTEXELEMENT9, *LPD3DVERTEXELEMENT9;
    [all...]
d3d9.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h     [all...]
d3d9.h 244 virtual HRESULT WINAPI CreateVertexDeclaration(const D3DVERTEXELEMENT9 *pVertexElements, IDirect3DVertexDeclaration9 **ppDecl) = 0;
381 virtual HRESULT WINAPI GetDeclaration(D3DVERTEXELEMENT9 *pElement, UINT *pNumElements) = 0;
    [all...]

Completed in 92 milliseconds