Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.hpp64 …void setPixelShaderConstantF(unsigned int startRegister, const float *constantData, unsigned int c…
DDevice.cpp139 setPixelShaderConstantF(i, zero, 1); in Device()
280 …void Device::setPixelShaderConstantF(unsigned int startRegister, const float *constantData, unsign… in setPixelShaderConstantF() function in es2::Device
743 Renderer::setPixelShaderConstantF(0, pixelShaderConstantF[0], pixelShaderConstantsFDirty); in bindShaderConstants()
DProgram.cpp2110 …device->setPixelShaderConstantF(targetUniform->psRegisterIndex, data, targetUniform->registerCount… in applyUniform()
/external/swiftshader/src/Renderer/
DRenderer.hpp330 void setPixelShaderConstantF(unsigned int index, const float value[4], unsigned int count = 1);
DRenderer.cpp2266 setPixelShaderConstantF(index, value); in loadConstants()
2662 …void Renderer::setPixelShaderConstantF(unsigned int index, const float value[4], unsigned int coun… in setPixelShaderConstantF() function in sw::Renderer