HomeSort by relevance Sort by last modified time
    Searched refs:isBlack (Results 1 - 10 of 10) sorted by null

  /frameworks/support/v7/palette/src/android/support/v7/graphics/
ColorCutQuantizer.java 412 return isWhite(hslColor) || isBlack(hslColor) || isNearRedILine(hslColor);
418 private static boolean isBlack(float[] hslColor) {
  /prebuilts/sdk/current/support/v7/palette/libs/
android-support-v7-palette.jar 
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]
glsShaderLibraryCase.cpp 586 bool isBlack = (pixel.getRed() == 0) && (pixel.getGreen() == 0) && (pixel.getBlue() == 0);
589 allBlack = allBlack && isBlack;
590 anyUnexpected = anyUnexpected || (!isWhite && !isBlack);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 80 inline bool isBlack (const tcu::IVec4& a)
103 return isBlack(a) == isBlack(b);
108 const bool aIsBlack = isBlack(a);
109 const bool bIsBlack = isBlack(b);
286 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 83 inline bool isBlack (const tcu::IVec4& a)
106 return isBlack(a) == isBlack(b);
111 const bool aIsBlack = isBlack(a);
112 const bool bIsBlack = isBlack(b);
289 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp 69 static bool isBlack (const tcu::RGBA& c)
    [all...]
es31fGeometryShaderTests.cpp     [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /external/zxing/core/
core.jar 

Completed in 871 milliseconds