• Home
  • Raw
  • Download

Lines Matching refs:factor

690 		factor.textureFactor4[0][0] = textureFactorR;  in setTextureFactor()
691 factor.textureFactor4[0][1] = textureFactorR; in setTextureFactor()
692 factor.textureFactor4[0][2] = textureFactorR; in setTextureFactor()
693 factor.textureFactor4[0][3] = textureFactorR; in setTextureFactor()
695 factor.textureFactor4[1][0] = textureFactorG; in setTextureFactor()
696 factor.textureFactor4[1][1] = textureFactorG; in setTextureFactor()
697 factor.textureFactor4[1][2] = textureFactorG; in setTextureFactor()
698 factor.textureFactor4[1][3] = textureFactorG; in setTextureFactor()
700 factor.textureFactor4[2][0] = textureFactorB; in setTextureFactor()
701 factor.textureFactor4[2][1] = textureFactorB; in setTextureFactor()
702 factor.textureFactor4[2][2] = textureFactorB; in setTextureFactor()
703 factor.textureFactor4[2][3] = textureFactorB; in setTextureFactor()
705 factor.textureFactor4[3][0] = textureFactorA; in setTextureFactor()
706 factor.textureFactor4[3][1] = textureFactorA; in setTextureFactor()
707 factor.textureFactor4[3][2] = textureFactorA; in setTextureFactor()
708 factor.textureFactor4[3][3] = textureFactorA; in setTextureFactor()
719 factor.blendConstant4W[0][0] = blendConstantR; in setBlendConstant()
720 factor.blendConstant4W[0][1] = blendConstantR; in setBlendConstant()
721 factor.blendConstant4W[0][2] = blendConstantR; in setBlendConstant()
722 factor.blendConstant4W[0][3] = blendConstantR; in setBlendConstant()
724 factor.blendConstant4W[1][0] = blendConstantG; in setBlendConstant()
725 factor.blendConstant4W[1][1] = blendConstantG; in setBlendConstant()
726 factor.blendConstant4W[1][2] = blendConstantG; in setBlendConstant()
727 factor.blendConstant4W[1][3] = blendConstantG; in setBlendConstant()
729 factor.blendConstant4W[2][0] = blendConstantB; in setBlendConstant()
730 factor.blendConstant4W[2][1] = blendConstantB; in setBlendConstant()
731 factor.blendConstant4W[2][2] = blendConstantB; in setBlendConstant()
732 factor.blendConstant4W[2][3] = blendConstantB; in setBlendConstant()
734 factor.blendConstant4W[3][0] = blendConstantA; in setBlendConstant()
735 factor.blendConstant4W[3][1] = blendConstantA; in setBlendConstant()
736 factor.blendConstant4W[3][2] = blendConstantA; in setBlendConstant()
737 factor.blendConstant4W[3][3] = blendConstantA; in setBlendConstant()
745 factor.invBlendConstant4W[0][0] = invBlendConstantR; in setBlendConstant()
746 factor.invBlendConstant4W[0][1] = invBlendConstantR; in setBlendConstant()
747 factor.invBlendConstant4W[0][2] = invBlendConstantR; in setBlendConstant()
748 factor.invBlendConstant4W[0][3] = invBlendConstantR; in setBlendConstant()
750 factor.invBlendConstant4W[1][0] = invBlendConstantG; in setBlendConstant()
751 factor.invBlendConstant4W[1][1] = invBlendConstantG; in setBlendConstant()
752 factor.invBlendConstant4W[1][2] = invBlendConstantG; in setBlendConstant()
753 factor.invBlendConstant4W[1][3] = invBlendConstantG; in setBlendConstant()
755 factor.invBlendConstant4W[2][0] = invBlendConstantB; in setBlendConstant()
756 factor.invBlendConstant4W[2][1] = invBlendConstantB; in setBlendConstant()
757 factor.invBlendConstant4W[2][2] = invBlendConstantB; in setBlendConstant()
758 factor.invBlendConstant4W[2][3] = invBlendConstantB; in setBlendConstant()
760 factor.invBlendConstant4W[3][0] = invBlendConstantA; in setBlendConstant()
761 factor.invBlendConstant4W[3][1] = invBlendConstantA; in setBlendConstant()
762 factor.invBlendConstant4W[3][2] = invBlendConstantA; in setBlendConstant()
763 factor.invBlendConstant4W[3][3] = invBlendConstantA; in setBlendConstant()
765 factor.blendConstant4F[0][0] = blendConstant.r; in setBlendConstant()
766 factor.blendConstant4F[0][1] = blendConstant.r; in setBlendConstant()
767 factor.blendConstant4F[0][2] = blendConstant.r; in setBlendConstant()
768 factor.blendConstant4F[0][3] = blendConstant.r; in setBlendConstant()
770 factor.blendConstant4F[1][0] = blendConstant.g; in setBlendConstant()
771 factor.blendConstant4F[1][1] = blendConstant.g; in setBlendConstant()
772 factor.blendConstant4F[1][2] = blendConstant.g; in setBlendConstant()
773 factor.blendConstant4F[1][3] = blendConstant.g; in setBlendConstant()
775 factor.blendConstant4F[2][0] = blendConstant.b; in setBlendConstant()
776 factor.blendConstant4F[2][1] = blendConstant.b; in setBlendConstant()
777 factor.blendConstant4F[2][2] = blendConstant.b; in setBlendConstant()
778 factor.blendConstant4F[2][3] = blendConstant.b; in setBlendConstant()
780 factor.blendConstant4F[3][0] = blendConstant.a; in setBlendConstant()
781 factor.blendConstant4F[3][1] = blendConstant.a; in setBlendConstant()
782 factor.blendConstant4F[3][2] = blendConstant.a; in setBlendConstant()
783 factor.blendConstant4F[3][3] = blendConstant.a; in setBlendConstant()
785 factor.invBlendConstant4F[0][0] = 1 - blendConstant.r; in setBlendConstant()
786 factor.invBlendConstant4F[0][1] = 1 - blendConstant.r; in setBlendConstant()
787 factor.invBlendConstant4F[0][2] = 1 - blendConstant.r; in setBlendConstant()
788 factor.invBlendConstant4F[0][3] = 1 - blendConstant.r; in setBlendConstant()
790 factor.invBlendConstant4F[1][0] = 1 - blendConstant.g; in setBlendConstant()
791 factor.invBlendConstant4F[1][1] = 1 - blendConstant.g; in setBlendConstant()
792 factor.invBlendConstant4F[1][2] = 1 - blendConstant.g; in setBlendConstant()
793 factor.invBlendConstant4F[1][3] = 1 - blendConstant.g; in setBlendConstant()
795 factor.invBlendConstant4F[2][0] = 1 - blendConstant.b; in setBlendConstant()
796 factor.invBlendConstant4F[2][1] = 1 - blendConstant.b; in setBlendConstant()
797 factor.invBlendConstant4F[2][2] = 1 - blendConstant.b; in setBlendConstant()
798 factor.invBlendConstant4F[2][3] = 1 - blendConstant.b; in setBlendConstant()
800 factor.invBlendConstant4F[3][0] = 1 - blendConstant.a; in setBlendConstant()
801 factor.invBlendConstant4F[3][1] = 1 - blendConstant.a; in setBlendConstant()
802 factor.invBlendConstant4F[3][2] = 1 - blendConstant.a; in setBlendConstant()
803 factor.invBlendConstant4F[3][3] = 1 - blendConstant.a; in setBlendConstant()
860 factor.alphaReference4[0] = (word)iround(alphaReference * 0x1000 / 0xFF); in setAlphaReference()
861 factor.alphaReference4[1] = (word)iround(alphaReference * 0x1000 / 0xFF); in setAlphaReference()
862 factor.alphaReference4[2] = (word)iround(alphaReference * 0x1000 / 0xFF); in setAlphaReference()
863 factor.alphaReference4[3] = (word)iround(alphaReference * 0x1000 / 0xFF); in setAlphaReference()