Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DPixelProcessor.cpp652 short blendConstantG = iround(65535 * blendConstant.g); in setBlendConstant() local
661 factor.blendConstant4W[1][0] = blendConstantG; in setBlendConstant()
662 factor.blendConstant4W[1][1] = blendConstantG; in setBlendConstant()
663 factor.blendConstant4W[1][2] = blendConstantG; in setBlendConstant()
664 factor.blendConstant4W[1][3] = blendConstantG; in setBlendConstant()