Home
last modified time | relevance | path

Searched refs:computeFVF (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DVertexDeclaration9.hpp48 unsigned long computeFVF(); // If equivalent to FVF, else 0
DDirect3DVertexDeclaration9.cpp47 FVF = computeFVF(); in Direct3DVertexDeclaration9()
373 unsigned long Direct3DVertexDeclaration9::computeFVF() in computeFVF() function in D3D9::Direct3DVertexDeclaration9