Home | History | Annotate | Download | only in functional

Lines Matching defs:isBlack

80 inline bool isBlack (const tcu::IVec4& a)
103 return isBlack(a) == isBlack(b);
108 const bool aIsBlack = isBlack(a);
109 const bool bIsBlack = isBlack(b);
286 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));