Home
last modified time | relevance | path

Searched refs:setVertexShaderConstant (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.hpp65 …void setVertexShaderConstant(unsigned int startRegister, const void *constantData, unsigned int co…
DDirect3DStateBlock8.cpp396 …void Direct3DStateBlock8::setVertexShaderConstant(unsigned int startRegister, const void *constant… in setVertexShaderConstant() function in D3D8::Direct3DStateBlock8
DDirect3DDevice8.cpp3968 stateRecorder.back()->setVertexShaderConstant(startRegister, constantData, count); in SetVertexShaderConstant()