Home | History | Annotate | Download | only in functional

Lines Matching refs:Vec4

51 using tcu::Vec4;
76 Vec4 blendColor;
84 Vec4 blendColor_)
152 static const Vec4 baseGradientColors[4] =
154 Vec4(0.0f, 0.5f, 1.0f, 0.5f),
155 Vec4(0.5f, 0.0f, 0.5f, 1.0f),
156 Vec4(0.5f, 1.0f, 0.5f, 0.0f),
157 Vec4(1.0f, 0.5f, 0.0f, 0.5f)
166 m_secondQuad.color[i] = (Vec4(1.0f) - baseGradientColors[i] - 0.5f) * 1.0f + 0.5f;
341 const Vec4 defaultBlendColor(0.2f, 0.4f, 0.6f, 0.8f);