Home
last modified time | relevance | path

Searched refs:getBlue (Results 1 – 25 of 43) sorted by relevance

12

/external/deqp/framework/common/
DtcuRGBA.hpp81 int getBlue (void) const { return (m_value >> BLUE_SHIFT) & 0xFF; } in getBlue() function in tcu::RGBA
85 …getRed() <= thr.getRed()) && (getGreen() <= thr.getGreen()) && (getBlue() <= thr.getBlue()) && (ge… in isBelowThreshold()
88 …8* bytes) const { bytes[0] = getRed(); bytes[1] = getGreen(); bytes[2] = getBlue(); bytes[3] = get… in toBytes()
121 deAbs32(a.getBlue() - b.getBlue()), in computeAbsDiff()
133 (int)(it*(float)a.getBlue() + t*(float)b.getBlue() + 0.5f), in blend()
147 deMax32(a.getBlue(), b.getBlue()), in max()
160 deClamp32(a.getBlue() + b.getBlue(), 0, 255), in operator +()
168 deClamp32(a.getBlue() - b.getBlue(), 0, 255), in operator -()
176 deClamp32(a.getBlue() * b, 0, 255), in operator *()
182 …return stream << "RGBA(" << c.getRed() << ", " << c.getGreen() << ", " << c.getBlue() << ", " << c… in operator <<()
DtcuRGBA.cpp50 float(getBlue()) / 255.0f, in toVec()
56 return IVec4(getRed(), getGreen(), getBlue(), getAlpha()); in toIVec()
DtcuPixelFormat.hpp95 convertChannel(col.getBlue(), blueBits), in convertColor()
DtcuSurface.hpp85 *((deUint8*)pixAddr + 2) = (deUint8)col.getBlue(); in setPixel()
/external/proguard/src/proguard/gui/splash/
DLinearColor.java67 … (int)(fromValue.getBlue() + t * (toValue.getBlue() - fromValue.getBlue()))); in getColor()
/external/deqp/framework/egl/
DegluConfigFilter.cpp74 << (ConfigBlueSize() == bits.getBlue()) in operator ==()
84 << (ConfigBlueSize() >= bits.getBlue()) in operator >=()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DDrawUtils.java342 int b = Math.max(0, Math.min(color.getBlue() + delta, 255)); in getShiftedColor()
357 + c.getBlue() in isDarkColor()
358 * c.getBlue() in isDarkColor()
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp443 de::abs(color.getBlue() - refColor.getBlue()) > colorThreshold.getBlue()) in verifyUnicoloredBuffer()
Des2fColorClearTest.cpp204 if ((clearMask & 0x4) && !(spanKnownMask & 0x4)) spanColor.setBlue(clearCol.getBlue()); in iterate()
246 colorThreshold.setBlue(colorThreshold.getBlue() + 1); in iterate()
Des2fDepthStencilClearTests.cpp488 …etRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getBlue(), oldColor.getAl… in renderReference()
Des2fTextureCompletenessTests.cpp98 result.getPixel(x, y).getBlue() != color.getBlue() || in compareToConstantColor()
/external/deqp/modules/gles3/functional/
Des3fColorClearTest.cpp204 if ((clearMask & 0x4) && !(spanKnownMask & 0x4)) spanColor.setBlue(clearCol.getBlue()); in iterate()
246 colorThreshold.setBlue(colorThreshold.getBlue() + 1); in iterate()
Des3fDefaultVertexAttributeTests.cpp520 de::abs(color.getBlue() - refColor.getBlue()) > colorThreshold.getBlue()) in verifyUnicoloredBuffer()
Des3fTextureSwizzleTests.cpp54 case GL_BLUE: return c.getBlue(); in swizzle()
Des3fRasterizerDiscardTests.cpp385 if (pixels.getPixel(x,y).getBlue() != 0) in iterate()
Des3fDepthStencilClearTests.cpp491 …etRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getBlue(), oldColor.getAl… in renderReference()
/external/deqp/modules/gles31/functional/
Des31fShaderTextureSizeTests.cpp463 …lorThresholdRed && color.getGreen() > 255 - colorThresholdGreen && color.getBlue() < colorThreshol… in verifyImage()
469 …5 - colorThresholdRed && color.getGreen() < colorThresholdGreen && color.getBlue() < colorThreshol… in verifyImage()
Des31fSampleVariableTests.cpp83 << ((m_threshold[2] >= 255) ? ("*") : (de::toString(m_color.getBlue()))) << ")" in logInfo()
108 if (testColor.getBlue() != 255) in verify()
171 const tcu::Vec2 avgPosition (testColor.getGreen() / 255.0f, testColor.getBlue() / 255.0f); in verify()
740 samplePositions[sampleNdx] = tcu::Vec2(color.getGreen() / 255.0f, color.getBlue() / 255.0f); in verifySampleBuffers()
810 colorSum.y() += color.getBlue(); in verifySampleBuffers()
1753 int blueBits = (int)deFloatRound(lowColor.getBlue() / 255.0f * 31); in postTest()
1760 int blueBits = (int)deFloatRound(highColor.getBlue() / 255.0f * 31); in postTest()
Des31fShaderHelperInvocationTests.cpp545 const bool nonZeroDeriv = resPix.getBlue() > 0; in verifyHelperInvocationDerivate()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DHtmlTooltipHelper.java293 colorString += Integer.toHexString(color.getBlue()); in getColorWebString()
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1880 deUint8 b = deAbs32(refPixel.getBlue() - screenCmpPixel.getBlue()); in compare()
1891 deUint8 b = deAbs32(refCmpPixel.getBlue() - screenPixel.getBlue()); in compare()
1901 … y).getRed(), (screen.getPixel(x, y).getGreen() + 255) / 2, screen.getPixel(x, y).getBlue(), 255)); in compare()
DglsDrawTest.cpp3442 return c.getRed() == 0 && c.getGreen() == 0 && c.getBlue() == 0; in isBlack()
3481 isEdgeTripletComponent(c1.getBlue(), c2.getBlue(), c3.getBlue(), renderTargetThreshold.z()); in isEdgeTriplet()
3521 return 50u + (deUint32)(c.getRed() + c.getBlue() + c.getGreen()) / 8u; in getVisualizationGrayscaleColor()
3562 const int b = deAbs32(color.getBlue() - targetCmpPixel.getBlue()); in pixelNeighborhoodContainsColor()
DglsTextureTestUtil.hpp262 c.getBlue() / 255.0f, in toVec4()
/external/deqp/modules/gles31/stress/
Des31sTessellationGeometryInteractionTests.cpp395 if (color.getGreen() < 255 - threshold || color.getBlue() > threshold) in verifyResultLayer()
Des31sVertexAttributeBindingTests.cpp96 if (de::abs(pixel.getBlue() - 0) > colorThreshold) in verifyImageYellowGreen()

12