Lines Matching refs:blendConstant4W
723 factor.blendConstant4W[0][0] = blendConstantR; in setBlendConstant()
724 factor.blendConstant4W[0][1] = blendConstantR; in setBlendConstant()
725 factor.blendConstant4W[0][2] = blendConstantR; in setBlendConstant()
726 factor.blendConstant4W[0][3] = blendConstantR; in setBlendConstant()
728 factor.blendConstant4W[1][0] = blendConstantG; in setBlendConstant()
729 factor.blendConstant4W[1][1] = blendConstantG; in setBlendConstant()
730 factor.blendConstant4W[1][2] = blendConstantG; in setBlendConstant()
731 factor.blendConstant4W[1][3] = blendConstantG; in setBlendConstant()
733 factor.blendConstant4W[2][0] = blendConstantB; in setBlendConstant()
734 factor.blendConstant4W[2][1] = blendConstantB; in setBlendConstant()
735 factor.blendConstant4W[2][2] = blendConstantB; in setBlendConstant()
736 factor.blendConstant4W[2][3] = blendConstantB; in setBlendConstant()
738 factor.blendConstant4W[3][0] = blendConstantA; in setBlendConstant()
739 factor.blendConstant4W[3][1] = blendConstantA; in setBlendConstant()
740 factor.blendConstant4W[3][2] = blendConstantA; in setBlendConstant()
741 factor.blendConstant4W[3][3] = blendConstantA; in setBlendConstant()