Searched refs:setBlendConstant (Results 1 – 8 of 8) sorted by relevance
154 void setBlendConstant(const float4 &blendConstant);
56 void PixelProcessor::setBlendConstant(const float4 &blendConstant) in setBlendConstant() function in sw::PixelProcessor
200 pixelProcessor.setBlendConstant(pipelineState.getBlendConstants()); in draw()
281 void setBlendConstant(const Color<float> &blendConstant);
724 void PixelProcessor::setBlendConstant(const Color<float> &blendConstant) in setBlendConstant() function in sw::PixelProcessor
88 setBlendConstant(0xFFFFFFFF); in Device()
87 setBlendConstant(0xFFFFFFFF); in Device()
2890 device->setBlendConstant(es2sw::ConvertColor(mState.blendColor)); in applyState()