/external/deqp/framework/common/ |
D | tcuRGBA.hpp | 81 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 <<()
|
D | tcuRGBA.cpp | 50 float(getBlue()) / 255.0f, in toVec() 56 return IVec4(getRed(), getGreen(), getBlue(), getAlpha()); in toIVec()
|
D | tcuPixelFormat.hpp | 95 convertChannel(col.getBlue(), blueBits), in convertColor()
|
D | tcuSurface.hpp | 85 *((deUint8*)pixAddr + 2) = (deUint8)col.getBlue(); in setPixel()
|
/external/proguard/src/proguard/gui/splash/ |
D | LinearColor.java | 67 … (int)(fromValue.getBlue() + t * (toValue.getBlue() - fromValue.getBlue()))); in getColor()
|
/external/deqp/framework/egl/ |
D | egluConfigFilter.cpp | 74 << (ConfigBlueSize() == bits.getBlue()) in operator ==() 84 << (ConfigBlueSize() >= bits.getBlue()) in operator >=()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | DrawUtils.java | 342 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/ |
D | es2fDefaultVertexAttributeTests.cpp | 443 de::abs(color.getBlue() - refColor.getBlue()) > colorThreshold.getBlue()) in verifyUnicoloredBuffer()
|
D | es2fColorClearTest.cpp | 204 if ((clearMask & 0x4) && !(spanKnownMask & 0x4)) spanColor.setBlue(clearCol.getBlue()); in iterate() 246 colorThreshold.setBlue(colorThreshold.getBlue() + 1); in iterate()
|
D | es2fDepthStencilClearTests.cpp | 488 …etRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getBlue(), oldColor.getAl… in renderReference()
|
D | es2fTextureCompletenessTests.cpp | 98 result.getPixel(x, y).getBlue() != color.getBlue() || in compareToConstantColor()
|
/external/deqp/modules/gles3/functional/ |
D | es3fColorClearTest.cpp | 204 if ((clearMask & 0x4) && !(spanKnownMask & 0x4)) spanColor.setBlue(clearCol.getBlue()); in iterate() 246 colorThreshold.setBlue(colorThreshold.getBlue() + 1); in iterate()
|
D | es3fDefaultVertexAttributeTests.cpp | 520 de::abs(color.getBlue() - refColor.getBlue()) > colorThreshold.getBlue()) in verifyUnicoloredBuffer()
|
D | es3fTextureSwizzleTests.cpp | 54 case GL_BLUE: return c.getBlue(); in swizzle()
|
D | es3fRasterizerDiscardTests.cpp | 385 if (pixels.getPixel(x,y).getBlue() != 0) in iterate()
|
D | es3fDepthStencilClearTests.cpp | 491 …etRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getBlue(), oldColor.getAl… in renderReference()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderTextureSizeTests.cpp | 463 …lorThresholdRed && color.getGreen() > 255 - colorThresholdGreen && color.getBlue() < colorThreshol… in verifyImage() 469 …5 - colorThresholdRed && color.getGreen() < colorThresholdGreen && color.getBlue() < colorThreshol… in verifyImage()
|
D | es31fSampleVariableTests.cpp | 83 << ((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()
|
D | es31fShaderHelperInvocationTests.cpp | 545 const bool nonZeroDeriv = resPix.getBlue() > 0; in verifyHelperInvocationDerivate()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | HtmlTooltipHelper.java | 293 colorString += Integer.toHexString(color.getBlue()); in getColorWebString()
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 1880 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()
|
D | glsDrawTest.cpp | 3442 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()
|
D | glsTextureTestUtil.hpp | 262 c.getBlue() / 255.0f, in toVec4()
|
/external/deqp/modules/gles31/stress/ |
D | es31sTessellationGeometryInteractionTests.cpp | 395 if (color.getGreen() < 255 - threshold || color.getBlue() > threshold) in verifyResultLayer()
|
D | es31sVertexAttributeBindingTests.cpp | 96 if (de::abs(pixel.getBlue() - 0) > colorThreshold) in verifyImageYellowGreen()
|