Searched defs:setConstantColor (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
H A DTextureStage.cpp92 void TextureStage::setConstantColor(const Color<float> &constantColor) function in class:sw::TextureStage
H A DPixelProcessor.cpp324 void PixelProcessor::setConstantColor(unsigned int stage, const Color<float> &constantColor) function in class:sw::PixelProcessor
328 context->textureStage[stage].setConstantColor(constantColor);

Completed in 230 milliseconds