Searched defs:FVF (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DVertexDeclaration9.cpp | 50 …Direct3DVertexDeclaration9::Direct3DVertexDeclaration9(Direct3DDevice9 *device, unsigned long FVF)… in Direct3DVertexDeclaration9() 375 unsigned long FVF = 0; in computeFVF() local
|
D | Direct3DVertexDeclaration9.hpp | 55 unsigned long FVF; member in D3D9::Direct3DVertexDeclaration9
|
D | Direct3DVertexBuffer9.hpp | 64 const long FVF; member in D3D9::Direct3DVertexBuffer9
|
D | Direct3DVertexBuffer9.cpp | 25 …fer9(Direct3DDevice9 *device, unsigned int length, unsigned long usage, long FVF, D3DPOOL pool) : … in Direct3DVertexBuffer9()
|
D | Direct3DStateBlock9.hpp | 125 unsigned long FVF; member in D3D9::Direct3DStateBlock9
|
D | Direct3DDevice9Ex.cpp | 194 …ce9Ex::CreateVertexBuffer(unsigned int length, unsigned long usage, unsigned long FVF, D3DPOOL poo… in CreateVertexBuffer() 369 long Direct3DDevice9Ex::GetFVF(unsigned long *FVF) in GetFVF() 677 long Direct3DDevice9Ex::SetFVF(unsigned long FVF) in SetFVF()
|
D | Direct3DStateBlock9.cpp | 642 void Direct3DStateBlock9::setFVF(unsigned long FVF) in setFVF()
|
D | Direct3DDevice9.cpp | 861 …vice9::CreateVertexBuffer(unsigned int length, unsigned long usage, unsigned long FVF, D3DPOOL poo… in CreateVertexBuffer() 1507 long Direct3DDevice9::GetFVF(unsigned long *FVF) in GetFVF() 2726 long Direct3DDevice9::SetFVF(unsigned long FVF) in SetFVF()
|