Home
last modified time | relevance | path

Searched defs:isBlack (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp241 bool isBlack = (pixel.getRed() == 0) && (pixel.getGreen() == 0) && (pixel.getBlue() == 0); in checkPixels() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp88 static bool isBlack (const tcu::RGBA& c) in isBlack() function
H A Des31fGeometryShaderTests.cpp3575 const bool isBlack = color.getRed() <= threshold || color.getGreen() <= threshold || color.getBlue() <= threshold; in verifyImageSingleColoredRow() local
3631 const bool isBlack = color.getRed() <= threshold || color.getGreen() <= threshold || color.getBlue() <= threshold; in verifyEmptyImage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp498 const bool isBlack = compareColors(color, black, threshold); in verifyImageSingleColoredRow() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp498 const bool isBlack = compareColors(color, black, threshold); in verifyImageSingleColoredRow() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClippingTests.cpp80 inline bool isBlack (const tcu::IVec4& a) in isBlack() function
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fClippingTests.cpp83 inline bool isBlack (const tcu::IVec4& a) in isBlack() function
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp3364 static bool isBlack (const tcu::RGBA& c) in isBlack() function
[all...]

Completed in 32 milliseconds