Home
last modified time | relevance | path

Searched defs:isBlack (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp241 … bool isBlack = (pixel.getRed() == 0) && (pixel.getGreen() == 0) && (pixel.getBlue() == 0); in checkPixels() local
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp981 const bool isBlack = (pixel[0] == 0) && (pixel[1] == 0) && (pixel[2] == 0); in checkPixels() local
DglsDrawTest.cpp3872 static bool isBlack(const tcu::RGBA &c) in isBlack() function
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp475 const bool isBlack = compareColors(color, black, threshold); in verifyImageSingleColoredRow() local
/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp92 static bool isBlack(const tcu::RGBA &c) in isBlack() function
Des31fGeometryShaderTests.cpp3884 const bool isBlack = in verifyImageSingleColoredRow() local
3942 const bool isBlack = in verifyEmptyImage() local
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp84 inline bool isBlack(const tcu::IVec4 &a) in isBlack() function
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp81 inline bool isBlack(const tcu::IVec4 &a) in isBlack() function
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp2214 bool isBlack(const tcu::RGBA &c) in isBlack() function