Lines Matching refs:factor
694 factor.textureFactor4[0][0] = textureFactorR; in setTextureFactor()
695 factor.textureFactor4[0][1] = textureFactorR; in setTextureFactor()
696 factor.textureFactor4[0][2] = textureFactorR; in setTextureFactor()
697 factor.textureFactor4[0][3] = textureFactorR; in setTextureFactor()
699 factor.textureFactor4[1][0] = textureFactorG; in setTextureFactor()
700 factor.textureFactor4[1][1] = textureFactorG; in setTextureFactor()
701 factor.textureFactor4[1][2] = textureFactorG; in setTextureFactor()
702 factor.textureFactor4[1][3] = textureFactorG; in setTextureFactor()
704 factor.textureFactor4[2][0] = textureFactorB; in setTextureFactor()
705 factor.textureFactor4[2][1] = textureFactorB; in setTextureFactor()
706 factor.textureFactor4[2][2] = textureFactorB; in setTextureFactor()
707 factor.textureFactor4[2][3] = textureFactorB; in setTextureFactor()
709 factor.textureFactor4[3][0] = textureFactorA; in setTextureFactor()
710 factor.textureFactor4[3][1] = textureFactorA; in setTextureFactor()
711 factor.textureFactor4[3][2] = textureFactorA; in setTextureFactor()
712 factor.textureFactor4[3][3] = textureFactorA; in setTextureFactor()
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()
749 factor.invBlendConstant4W[0][0] = invBlendConstantR; in setBlendConstant()
750 factor.invBlendConstant4W[0][1] = invBlendConstantR; in setBlendConstant()
751 factor.invBlendConstant4W[0][2] = invBlendConstantR; in setBlendConstant()
752 factor.invBlendConstant4W[0][3] = invBlendConstantR; in setBlendConstant()
754 factor.invBlendConstant4W[1][0] = invBlendConstantG; in setBlendConstant()
755 factor.invBlendConstant4W[1][1] = invBlendConstantG; in setBlendConstant()
756 factor.invBlendConstant4W[1][2] = invBlendConstantG; in setBlendConstant()
757 factor.invBlendConstant4W[1][3] = invBlendConstantG; in setBlendConstant()
759 factor.invBlendConstant4W[2][0] = invBlendConstantB; in setBlendConstant()
760 factor.invBlendConstant4W[2][1] = invBlendConstantB; in setBlendConstant()
761 factor.invBlendConstant4W[2][2] = invBlendConstantB; in setBlendConstant()
762 factor.invBlendConstant4W[2][3] = invBlendConstantB; in setBlendConstant()
764 factor.invBlendConstant4W[3][0] = invBlendConstantA; in setBlendConstant()
765 factor.invBlendConstant4W[3][1] = invBlendConstantA; in setBlendConstant()
766 factor.invBlendConstant4W[3][2] = invBlendConstantA; in setBlendConstant()
767 factor.invBlendConstant4W[3][3] = invBlendConstantA; in setBlendConstant()
769 factor.blendConstant4F[0][0] = blendConstant.r; in setBlendConstant()
770 factor.blendConstant4F[0][1] = blendConstant.r; in setBlendConstant()
771 factor.blendConstant4F[0][2] = blendConstant.r; in setBlendConstant()
772 factor.blendConstant4F[0][3] = blendConstant.r; in setBlendConstant()
774 factor.blendConstant4F[1][0] = blendConstant.g; in setBlendConstant()
775 factor.blendConstant4F[1][1] = blendConstant.g; in setBlendConstant()
776 factor.blendConstant4F[1][2] = blendConstant.g; in setBlendConstant()
777 factor.blendConstant4F[1][3] = blendConstant.g; in setBlendConstant()
779 factor.blendConstant4F[2][0] = blendConstant.b; in setBlendConstant()
780 factor.blendConstant4F[2][1] = blendConstant.b; in setBlendConstant()
781 factor.blendConstant4F[2][2] = blendConstant.b; in setBlendConstant()
782 factor.blendConstant4F[2][3] = blendConstant.b; in setBlendConstant()
784 factor.blendConstant4F[3][0] = blendConstant.a; in setBlendConstant()
785 factor.blendConstant4F[3][1] = blendConstant.a; in setBlendConstant()
786 factor.blendConstant4F[3][2] = blendConstant.a; in setBlendConstant()
787 factor.blendConstant4F[3][3] = blendConstant.a; in setBlendConstant()
789 factor.invBlendConstant4F[0][0] = 1 - blendConstant.r; in setBlendConstant()
790 factor.invBlendConstant4F[0][1] = 1 - blendConstant.r; in setBlendConstant()
791 factor.invBlendConstant4F[0][2] = 1 - blendConstant.r; in setBlendConstant()
792 factor.invBlendConstant4F[0][3] = 1 - blendConstant.r; in setBlendConstant()
794 factor.invBlendConstant4F[1][0] = 1 - blendConstant.g; in setBlendConstant()
795 factor.invBlendConstant4F[1][1] = 1 - blendConstant.g; in setBlendConstant()
796 factor.invBlendConstant4F[1][2] = 1 - blendConstant.g; in setBlendConstant()
797 factor.invBlendConstant4F[1][3] = 1 - blendConstant.g; in setBlendConstant()
799 factor.invBlendConstant4F[2][0] = 1 - blendConstant.b; in setBlendConstant()
800 factor.invBlendConstant4F[2][1] = 1 - blendConstant.b; in setBlendConstant()
801 factor.invBlendConstant4F[2][2] = 1 - blendConstant.b; in setBlendConstant()
802 factor.invBlendConstant4F[2][3] = 1 - blendConstant.b; in setBlendConstant()
804 factor.invBlendConstant4F[3][0] = 1 - blendConstant.a; in setBlendConstant()
805 factor.invBlendConstant4F[3][1] = 1 - blendConstant.a; in setBlendConstant()
806 factor.invBlendConstant4F[3][2] = 1 - blendConstant.a; in setBlendConstant()
807 factor.invBlendConstant4F[3][3] = 1 - blendConstant.a; in setBlendConstant()
864 factor.alphaReference4[0] = (word)iround(alphaReference * 0x1000 / 0xFF); in setAlphaReference()
865 factor.alphaReference4[1] = (word)iround(alphaReference * 0x1000 / 0xFF); in setAlphaReference()
866 factor.alphaReference4[2] = (word)iround(alphaReference * 0x1000 / 0xFF); in setAlphaReference()
867 factor.alphaReference4[3] = (word)iround(alphaReference * 0x1000 / 0xFF); in setAlphaReference()