Lines Matching refs:blendConstant4W
471 factor.blendConstant4W[0][0] = blendConstantR; in setBlendConstant()
472 factor.blendConstant4W[0][1] = blendConstantR; in setBlendConstant()
473 factor.blendConstant4W[0][2] = blendConstantR; in setBlendConstant()
474 factor.blendConstant4W[0][3] = blendConstantR; in setBlendConstant()
476 factor.blendConstant4W[1][0] = blendConstantG; in setBlendConstant()
477 factor.blendConstant4W[1][1] = blendConstantG; in setBlendConstant()
478 factor.blendConstant4W[1][2] = blendConstantG; in setBlendConstant()
479 factor.blendConstant4W[1][3] = blendConstantG; in setBlendConstant()
481 factor.blendConstant4W[2][0] = blendConstantB; in setBlendConstant()
482 factor.blendConstant4W[2][1] = blendConstantB; in setBlendConstant()
483 factor.blendConstant4W[2][2] = blendConstantB; in setBlendConstant()
484 factor.blendConstant4W[2][3] = blendConstantB; in setBlendConstant()
486 factor.blendConstant4W[3][0] = blendConstantA; in setBlendConstant()
487 factor.blendConstant4W[3][1] = blendConstantA; in setBlendConstant()
488 factor.blendConstant4W[3][2] = blendConstantA; in setBlendConstant()
489 factor.blendConstant4W[3][3] = blendConstantA; in setBlendConstant()