Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.hpp64 …void setPixelShaderConstantI(unsigned int startRegister, const int *constantData, unsigned int cou…
DDirect3DStateBlock9.cpp698 …void Direct3DStateBlock9::setPixelShaderConstantI(unsigned int startRegister, const int *constantD… in setPixelShaderConstantI() function in D3D9::Direct3DStateBlock9
DDirect3DDevice9.cpp3016 stateRecorder->setPixelShaderConstantI(startRegister, constantData, count); in SetPixelShaderConstantI()
5872 renderer->setPixelShaderConstantI(0, pixelShaderConstantI[0], pixelShaderConstantsIDirty); in bindShaderConstants()
/external/swiftshader/src/Device/
DRenderer.hpp301 void setPixelShaderConstantI(unsigned int index, const int value[4], unsigned int count = 1);
DRenderer.cpp1800 setPixelShaderConstantI(index, integer); in loadConstants()
2165 void Renderer::setPixelShaderConstantI(unsigned int index, const int value[4], unsigned int count) in setPixelShaderConstantI() function in sw::Renderer
/external/swiftshader/src/Renderer/
DRenderer.hpp332 void setPixelShaderConstantI(unsigned int index, const int value[4], unsigned int count = 1);
DRenderer.cpp2180 setPixelShaderConstantI(index, integer); in loadConstants()
2581 void Renderer::setPixelShaderConstantI(unsigned int index, const int value[4], unsigned int count) in setPixelShaderConstantI() function in sw::Renderer