Searched refs:texRedComponent (Results 1 – 2 of 2) sorted by relevance
313 …const deUint8 texRedComponent = (deUint8)de::clamp(de::abs(texGradientPosX - 0.5f) * 255.0f + de:… in drawTestPattern() local315 const tcu::RGBA refColTexture = tcu::RGBA(texRedComponent, 255, 255, 255); in drawTestPattern()
321 …const deUint8 texRedComponent = (deUint8)de::clamp(de::abs(texGradientPosX - 0.5f) * 255.0f + de:… in drawTestPattern() local323 const tcu::RGBA refColTexture = tcu::RGBA(texRedComponent, 255, 255, 255); in drawTestPattern()