Home
last modified time | relevance | path

Searched refs:setVertexShaderConstantI (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.hpp78 …void setVertexShaderConstantI(unsigned int startRegister, const int *constantData, unsigned int co…
DDirect3DStateBlock9.cpp807 …void Direct3DStateBlock9::setVertexShaderConstantI(unsigned int startRegister, const int *constant… in setVertexShaderConstantI() function in D3D9::Direct3DStateBlock9
DDirect3DDevice9.cpp5297 stateRecorder->setVertexShaderConstantI(startRegister, constantData, count); in SetVertexShaderConstantI()
5904 renderer->setVertexShaderConstantI(0, vertexShaderConstantI[0], vertexShaderConstantsIDirty); in bindShaderConstants()
/external/swiftshader/src/Device/
DRenderer.hpp305 void setVertexShaderConstantI(unsigned int index, const int value[4], unsigned int count = 1);
DRenderer.cpp1756 setVertexShaderConstantI(index, integer); in loadConstants()
2216 void Renderer::setVertexShaderConstantI(unsigned int index, const int value[4], unsigned int count) in setVertexShaderConstantI() function in sw::Renderer
/external/swiftshader/src/Renderer/
DRenderer.hpp336 void setVertexShaderConstantI(unsigned int index, const int value[4], unsigned int count = 1);
DRenderer.cpp2136 setVertexShaderConstantI(index, integer); in loadConstants()
2632 void Renderer::setVertexShaderConstantI(unsigned int index, const int value[4], unsigned int count) in setVertexShaderConstantI() function in sw::Renderer