HomeSort by relevance Sort by last modified time
    Searched refs:getBlue (Results 26 - 50 of 63) sorted by null

12 3

  /external/deqp/modules/gles3/functional/
es3fRasterizerDiscardTests.cpp 385 if (pixels.getPixel(x,y).getBlue() != 0)
es3fRasterizationTests.cpp     [all...]
es3fDrawTests.cpp 799 if (de::abs(pixel.getBlue() - 0) > colorThreshold)
    [all...]
es3fPolygonOffsetTests.cpp 103 + tcu::IVec4(formatThreshold.getRed(), formatThreshold.getGreen(), formatThreshold.getBlue(), formatThreshold.getAlpha());
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 545 const bool nonZeroDeriv = resPix.getBlue() > 0;
es31fTessellationGeometryInteractionTests.cpp 71 return c.getRed() == 0 && c.getGreen() == 0 && c.getBlue() == 0;
    [all...]
es31fShaderMultisampleInterpolationTests.cpp 64 if (color.getRed() > 0 || color.getGreen() < 255-greenThreshold || color.getBlue() > 0)
    [all...]
es31fVertexAttributeBindingTests.cpp 102 if (de::abs(pixel.getBlue() - 0) > colorThreshold)
    [all...]
es31fTextureMultisampleTests.cpp     [all...]
es31fGeometryShaderTests.cpp     [all...]
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 96 if (de::abs(pixel.getBlue() - 0) > colorThreshold)
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 262 c.getBlue() / 255.0f,
glsShaderRenderCase.cpp 79 c.getBlue() / 255.0f,
glsTextureTestUtil.cpp     [all...]
glsShaderLibraryCase.cpp 585 bool isWhite = (pixel.getRed() == 255) && (pixel.getGreen() == 255) && (pixel.getBlue() == 255);
586 bool isBlack = (pixel.getRed() == 0) && (pixel.getGreen() == 0) && (pixel.getBlue() == 0);
    [all...]
glsRasterizationTestUtil.cpp 101 deAbs32(colorA.getBlue() - colorB.getBlue()) <= thresholdBlue;
266 const int channelPixelValue = (channelNdx == 0) ? (color.getRed()) : (channelNdx == 1) ? (color.getGreen()) : (color.getBlue());
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureCompletenessTests.cpp 98 result.getPixel(x, y).getBlue() != color.getBlue() ||
    [all...]
es2fRasterizationTests.cpp     [all...]
es2fPolygonOffsetTests.cpp 100 + tcu::IVec4(formatThreshold.getRed(), formatThreshold.getGreen(), formatThreshold.getBlue(), formatThreshold.getAlpha());
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java     [all...]
ItsSerializer.java 220 vecObj.put(vec.getBlue());
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
CameraMetadataGetter.java 397 vecObj.put(vec.getBlue());
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 325 colorDiff.z() > formatThreshold.getBlue() + colorThreshold)
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 333 colorDiff.z() > formatThreshold.getBlue() + colorThreshold)
    [all...]
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 

Completed in 1590 milliseconds

12 3