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

  /developers/build/prebuilts/gradle/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/
MenuTinter.java 34 * @param refColor color to tint
36 public static void tintMenu(Context context, Menu menu, int refColor) {
43 DrawableCompat.setTint(drawable, ContextCompat.getColor(context, refColor));
  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/
MenuTinter.java 34 * @param refColor color to tint
36 public static void tintMenu(Context context, Menu menu, int refColor) {
43 DrawableCompat.setTint(drawable, ContextCompat.getColor(context, refColor));
  /external/skia/tests/
FontHostStreamTest.cpp 47 SkColor refColor;
51 refColor = ref.getColor(refX, refY);
53 refColor = bgColor;
55 if (refColor != testColor) {
DrawTextTest.cpp 45 SkColor refColor;
49 refColor = ref.getColor(refX, refY);
51 refColor = bgColor;
53 if (refColor != testColor) {
BlurTest.cpp 88 SkColor refColor;
92 refColor = ref.getColor(refX, refY);
94 refColor = bgColor;
96 if (refColor != testColor) {
  /external/skqp/tests/
FontHostStreamTest.cpp 47 SkColor refColor;
51 refColor = ref.getColor(refX, refY);
53 refColor = bgColor;
55 if (refColor != testColor) {
DrawTextTest.cpp 45 SkColor refColor;
49 refColor = ref.getColor(refX, refY);
51 refColor = bgColor;
53 if (refColor != testColor) {
BlurTest.cpp 87 SkColor refColor;
91 refColor = ref.getColor(refX, refY);
93 refColor = bgColor;
95 if (refColor != testColor) {
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 352 Vec4 refColor (ref.float32[0],
363 refColor = linearToSRGB(refColor);
365 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask));
370 s << "Ref:" << refColor << " Mask:" << channelMask << " Threshold:" << threshold << " Color:" << resColor;
380 const UVec4 refColor (ref.uint32[0],
386 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask));
391 s << "Ref:" << refColor << " Mask:" << channelMask << " Threshold:" << threshold << " Color:" << resColor;
401 const IVec4 refColor (ref.int32[0],
407 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask))
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 424 const tcu::RGBA refColor (refValue);
434 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying rendered image. Expecting color " << refColor << ", threshold " << colorThreshold << tcu::TestLog::EndMessage;
441 if (de::abs(color.getRed() - refColor.getRed()) > colorThreshold.getRed() ||
442 de::abs(color.getGreen() - refColor.getGreen()) > colorThreshold.getGreen() ||
443 de::abs(color.getBlue() - refColor.getBlue()) > colorThreshold.getBlue())
es2fMultisampleTests.cpp 154 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
161 if (!tcu::compareThreshold(img.getPixel(x, y), refColor, tcu::RGBA(3, 3, 3, 3)))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp 501 const tcu::RGBA refColor (refValue);
511 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying rendered image. Expecting color " << refColor << ", threshold " << colorThreshold << tcu::TestLog::EndMessage;
518 if (de::abs(color.getRed() - refColor.getRed()) > colorThreshold.getRed() ||
519 de::abs(color.getGreen() - refColor.getGreen()) > colorThreshold.getGreen() ||
520 de::abs(color.getBlue() - refColor.getBlue()) > colorThreshold.getBlue())
es3fMultisampleTests.cpp 156 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
163 if (!tcu::compareThreshold(img.getPixel(x, y), refColor, tcu::RGBA(3, 3, 3, 3)))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleResolveTests.cpp 1177 const Vec4 refColor (m_sampleMask == 0x0u
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 724 static bool verifySingleColored (TestLog& log, const ConstPixelBufferAccess& result, const Vec4& refColor)
734 tcu::clear(idealAccess, refColor);
739 if (result.getPixel(px, py) != refColor)
    [all...]
es31fGeometryShaderTests.cpp 1976 const tcu::RGBA refcolor = m_refResult->getPixel(x, y); local
    [all...]

Completed in 570 milliseconds