Searched refs:setVertexShaderConstantB (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DStateBlock9.hpp | 76 …void setVertexShaderConstantB(unsigned int startRegister, const int *constantData, unsigned int co…
|
D | Direct3DStateBlock9.cpp | 797 …void Direct3DStateBlock9::setVertexShaderConstantB(unsigned int startRegister, const int *constant… in setVertexShaderConstantB() function in D3D9::Direct3DStateBlock9
|
D | Direct3DDevice9.cpp | 5232 stateRecorder->setVertexShaderConstantB(startRegister, constantData, count); in SetVertexShaderConstantB() 5892 renderer->setVertexShaderConstantB(0, vertexShaderConstantB, vertexShaderConstantsBDirty); in bindShaderConstants()
|
/external/swiftshader/src/Renderer/ |
D | Renderer.hpp | 368 virtual void setVertexShaderConstantB(int index, const int *boolean, int count = 1);
|
D | Renderer.cpp | 2057 setVertexShaderConstantB(index, &boolean); in loadConstants() 2479 void Renderer::setVertexShaderConstantB(int index, const int *boolean, int count) in setVertexShaderConstantB() function in sw::Renderer
|