Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.hpp62 …void setPixelShaderConstantB(unsigned int startRegister, const int *constantData, unsigned int cou…
DDirect3DStateBlock9.cpp688 …void Direct3DStateBlock9::setPixelShaderConstantB(unsigned int startRegister, const int *constantD… in setPixelShaderConstantB() function in D3D9::Direct3DStateBlock9
DDirect3DDevice9.cpp2962 stateRecorder->setPixelShaderConstantB(startRegister, constantData, count); in SetPixelShaderConstantB()
5862 renderer->setPixelShaderConstantB(0, pixelShaderConstantB, pixelShaderConstantsBDirty); in bindShaderConstants()
/external/swiftshader/src/Device/
DRenderer.hpp302 void setPixelShaderConstantB(unsigned int index, const int *boolean, unsigned int count = 1);
DRenderer.cpp1807 setPixelShaderConstantB(index, &boolean); in loadConstants()
2182 void Renderer::setPixelShaderConstantB(unsigned int index, const int *boolean, unsigned int count) in setPixelShaderConstantB() function in sw::Renderer
/external/swiftshader/src/Renderer/
DRenderer.hpp333 void setPixelShaderConstantB(unsigned int index, const int *boolean, unsigned int count = 1);
DRenderer.cpp2187 setPixelShaderConstantB(index, &boolean); in loadConstants()
2598 void Renderer::setPixelShaderConstantB(unsigned int index, const int *boolean, unsigned int count) in setPixelShaderConstantB() function in sw::Renderer