Lines Matching refs:blendConstant4W
656 factor.blendConstant4W[0][0] = blendConstantR; in setBlendConstant()
657 factor.blendConstant4W[0][1] = blendConstantR; in setBlendConstant()
658 factor.blendConstant4W[0][2] = blendConstantR; in setBlendConstant()
659 factor.blendConstant4W[0][3] = blendConstantR; in setBlendConstant()
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()
666 factor.blendConstant4W[2][0] = blendConstantB; in setBlendConstant()
667 factor.blendConstant4W[2][1] = blendConstantB; in setBlendConstant()
668 factor.blendConstant4W[2][2] = blendConstantB; in setBlendConstant()
669 factor.blendConstant4W[2][3] = blendConstantB; in setBlendConstant()
671 factor.blendConstant4W[3][0] = blendConstantA; in setBlendConstant()
672 factor.blendConstant4W[3][1] = blendConstantA; in setBlendConstant()
673 factor.blendConstant4W[3][2] = blendConstantA; in setBlendConstant()
674 factor.blendConstant4W[3][3] = blendConstantA; in setBlendConstant()