Searched defs:isBlack (Results 1 – 9 of 9) sorted by relevance
241 … bool isBlack = (pixel.getRed() == 0) && (pixel.getGreen() == 0) && (pixel.getBlue() == 0); in checkPixels() local
981 const bool isBlack = (pixel[0] == 0) && (pixel[1] == 0) && (pixel[2] == 0); in checkPixels() local
3872 static bool isBlack(const tcu::RGBA &c) in isBlack() function
475 const bool isBlack = compareColors(color, black, threshold); in verifyImageSingleColoredRow() local
92 static bool isBlack(const tcu::RGBA &c) in isBlack() function
3884 const bool isBlack = in verifyImageSingleColoredRow() local3942 const bool isBlack = in verifyEmptyImage() local
84 inline bool isBlack(const tcu::IVec4 &a) in isBlack() function
81 inline bool isBlack(const tcu::IVec4 &a) in isBlack() function
2214 bool isBlack(const tcu::RGBA &c) in isBlack() function