Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.hpp76 …void setVertexShaderConstantB(unsigned int startRegister, const int *constantData, unsigned int co…
DDirect3DStateBlock9.cpp797 …void Direct3DStateBlock9::setVertexShaderConstantB(unsigned int startRegister, const int *constant… in setVertexShaderConstantB() function in D3D9::Direct3DStateBlock9
DDirect3DDevice9.cpp5231 stateRecorder->setVertexShaderConstantB(startRegister, constantData, count); in SetVertexShaderConstantB()
5892 renderer->setVertexShaderConstantB(0, vertexShaderConstantB, vertexShaderConstantsBDirty); in bindShaderConstants()
/external/swiftshader/src/Renderer/
DRenderer.hpp336 void setVertexShaderConstantB(unsigned int index, const int *boolean, unsigned int count = 1);
DRenderer.cpp2241 setVertexShaderConstantB(index, &boolean); in loadConstants()
2747 void Renderer::setVertexShaderConstantB(unsigned int index, const int *boolean, unsigned int count) in setVertexShaderConstantB() function in sw::Renderer