Searched refs:refCol (Results 1 – 2 of 2) sorted by relevance
317 const tcu::RGBA& refCol = (useTexture) ? (refColTexture) : (refColGradient); in drawTestPattern() local321 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); in drawTestPattern()
325 const tcu::RGBA& refCol = (useTexture) ? (refColTexture) : (refColGradient); in drawTestPattern() local329 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); in drawTestPattern()