Searched defs:isColor (Results 1 - 5 of 5) sorted by relevance

/external/dng_sdk/source/
H A Ddng_ifd.cpp2735 bool isColor = !isMonochrome; local
2919 if (isColor && isMainIFD)
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp479 const bool isColor = compareColors(color, barColor, threshold); local
484 isOk = isColor;
488 isOk = isColor || isBlack;
/external/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp544 bool isColor = (flags & Device::COLOR_BUFFER) == Device::COLOR_BUFFER; local
546 if(!isColor && !isDepth && !isStencil)
619 else if(isColor || isDepth || isStencil)
/external/deqp/framework/common/
H A DtcuTexture.cpp565 const bool isColor = isColorOrder(format.order); local
572 return isColor;
578 return isColor || format.order == TextureFormat::D;
621 return isColor;
627 return isColor || format.order == TextureFormat::S;
632 return isColor || format.order == TextureFormat::D;
639 return isColor;
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp3531 const bool isColor = tcu::allEqual(tcu::lessThan(tcu::abs(color.toIVec().swizzle(0, 1, 2) - refColor.toIVec().swizzle(0, 1, 2)), tcu::IVec3(threshold, threshold, threshold)), tcu::BVec3(true, true, true)); local
3536 isOk = isColor;
3540 isOk = isColor || isBlack;

Completed in 231 milliseconds