Home
last modified time | relevance | path

Searched defs:FVF (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DVertexDeclaration9.cpp50 …Direct3DVertexDeclaration9::Direct3DVertexDeclaration9(Direct3DDevice9 *device, unsigned long FVF)… in Direct3DVertexDeclaration9()
375 unsigned long FVF = 0; in computeFVF() local
DDirect3DVertexDeclaration9.hpp55 unsigned long FVF; member in D3D9::Direct3DVertexDeclaration9
DDirect3DVertexBuffer9.hpp64 const long FVF; member in D3D9::Direct3DVertexBuffer9
DDirect3DVertexBuffer9.cpp25 …fer9(Direct3DDevice9 *device, unsigned int length, unsigned long usage, long FVF, D3DPOOL pool) : … in Direct3DVertexBuffer9()
DDirect3DStateBlock9.hpp125 unsigned long FVF; member in D3D9::Direct3DStateBlock9
DDirect3DDevice9Ex.cpp194 …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()
DDirect3DStateBlock9.cpp642 void Direct3DStateBlock9::setFVF(unsigned long FVF) in setFVF()
DDirect3DDevice9.cpp861 …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()