Lines Matching refs:blendConstants
757 { // float blendConstants[4];
1357 { // float blendConstants[4];
1651 tcu::Vec4 blendConstants;
1899 { // float blendConstants[4];
1900 m_params.blendConstants[0],
1901 m_params.blendConstants[1],
1902 m_params.blendConstants[2],
1903 m_params.blendConstants[3],
1981 tcu::Vec4 clampedBlendConstants = m_params.blendConstants;
2247 testParams.blendConstants[0] = 0.5f;
2248 testParams.blendConstants[1] = 2.0f;
2249 testParams.blendConstants[2] = -1.0f;
2250 testParams.blendConstants[3] = 1.0f;
2259 testParams.blendConstants[0] = 0.5f;
2260 testParams.blendConstants[1] = 2.0f;
2261 testParams.blendConstants[2] = -2.0f;
2262 testParams.blendConstants[3] = 1.0f;