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

/external/deqp/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp241 bool isBlack = (pixel.getRed() == 0) && (pixel.getGreen() == 0) && (pixel.getBlue() == 0); local
244 allBlack = allBlack && isBlack;
245 anyUnexpected = anyUnexpected || (!isWhite && !isBlack);
/external/deqp/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp82 static bool isBlack (const tcu::RGBA& c) function in namespace:deqp::gles31::Functional::__anon5444
1275 if(!isBlack(result))
1888 if (!isBlack(src.getPixel(x, y)))
H A Des31fGeometryShaderTests.cpp3530 const bool isBlack = color.getRed() <= threshold || color.getGreen() <= threshold || color.getBlue() <= threshold; local
3538 isOk = isBlack;
3540 isOk = isColor || isBlack;
3585 const bool isBlack = color.getRed() <= threshold || color.getGreen() <= threshold || color.getBlue() <= threshold; local
3587 if (!isBlack)
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp478 const bool isBlack = compareColors(color, black, threshold); local
486 isOk = isBlack;
488 isOk = isColor || isBlack;
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp80 inline bool isBlack (const tcu::IVec4& a) function in namespace:deqp::gles2::Functional::__anon4932
103 return isBlack(a) == isBlack(b);
108 const bool aIsBlack = isBlack(a);
109 const bool bIsBlack = isBlack(b);
285 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp83 inline bool isBlack (const tcu::IVec4& a) function in namespace:deqp::gles3::Functional::__anon5061
106 return isBlack(a) == isBlack(b);
111 const bool aIsBlack = isBlack(a);
112 const bool bIsBlack = isBlack(b);
288 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));
/external/deqp/modules/glshared/
H A DglsDrawTest.cpp3343 static bool isBlack (const tcu::RGBA& c) function in namespace:deqp::gls
3363 const bool b1 = isBlack(c1);
3364 const bool b2 = isBlack(c2);
3365 const bool b3 = isBlack(c3);
3422 if (isBlack(c))
3439 const bool targetCoverage = !isBlack(target.getPixel(x+dx, y+dy));
3491 const bool targetCmpCoverage = !isBlack(target.getPixel(x+dx, y+dy));
3544 const bool referenceCoverage = !isBlack(refPixel);
3545 const bool screenCoverage = !isBlack(screenPixel);
3641 const bool referenceCoverage = !isBlack(refPixe
[all...]
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 392 milliseconds