Home
last modified time | relevance | path

Searched refs:setFVF (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.hpp51 void setFVF(unsigned long FVF);
DDirect3DStateBlock8.cpp309 void Direct3DStateBlock8::setFVF(unsigned long FVF) in setFVF() function in D3D8::Direct3DStateBlock8
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.hpp56 void setFVF(unsigned long FVF);
DDirect3DStateBlock9.cpp642 void Direct3DStateBlock9::setFVF(unsigned long FVF) in setFVF() function in D3D9::Direct3DStateBlock9
DDirect3DDevice9.cpp2750 stateRecorder->setFVF(FVF); in SetFVF()