Searched refs:refColGradient (Results 1 – 2 of 2) sorted by relevance
316 …const tcu::RGBA refColGradient = tcu::RGBA((int)((float)x / (float)TEST_CANVAS_SIZE * 255.0f), 25… in drawTestPattern() local317 const tcu::RGBA& refCol = (useTexture) ? (refColTexture) : (refColGradient); in drawTestPattern()
324 …const tcu::RGBA refColGradient = tcu::RGBA((int)((float)x / (float)TEST_CANVAS_SIZE * 255.0f), 25… in drawTestPattern() local325 const tcu::RGBA& refCol = (useTexture) ? (refColTexture) : (refColGradient); in drawTestPattern()