Home | History | Annotate | Download | only in functional

Lines Matching defs:isBlack

83 inline bool isBlack (const tcu::IVec4& a)
106 return isBlack(a) == isBlack(b);
111 const bool aIsBlack = isBlack(a);
112 const bool bIsBlack = isBlack(b);
289 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));