Home | History | Annotate | Download | only in functional

Lines Matching defs:blendColor

88 	Vec4	blendColor;
103 , blendColor (blendColor_)
275 log << TestLog::Message << "Blend color = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet.blendColor.z() << ", " << paramSet.blendColor.w() << ")" << TestLog::EndMessage;
281 GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.z(), paramSet.blendColor.w()));
291 referenceState.blendColor = paramSet.blendColor;