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

  /developers/samples/android/ui/DrawableTinting/Application/src/test/
SampleTests.java 105 final int testColor = Color.GREEN;
111 mTestFragment.updateTint(testColor, m);
114 assertEquals(testColor, filter.getColor());
121 public void testColor() {
  /external/chromium_org/third_party/skia/tests/
DrawTextTest.cpp 43 SkColor testColor = test.getColor(x, y);
54 if (refColor != testColor) {
FontHostStreamTest.cpp 48 SkColor testColor = test.getColor(x, y);
59 if (refColor != testColor) {
BlurTest.cpp 82 SkColor testColor = test.getColor(x, y);
93 if (refColor != testColor) {
SurfaceTest.cpp 249 const SkColor testColor = 0x01020304;
290 EXPECT_COPY_ON_WRITE(clear(testColor))
WritePixelsTest.cpp 235 SkPMColor testColor = getCanvasColor(cx, cy);
236 REPORTER_ASSERT(reporter, check = (canvasPixel == testColor));
  /external/chromium_org/third_party/skia/tools/skpdiff/
SkPMetric.cpp 415 LAB testColor;
417 testLAB->readPixel(x, y, &testColor);
418 float contrastA = baselineColor.a - testColor.a;
419 float contrastB = baselineColor.b - testColor.b;
  /external/deqp/modules/gles31/functional/
es31fSampleVariableTests.cpp 51 virtual bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const = 0;
70 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const
73 return !tcu::boolAny(tcu::greaterThan(tcu::abs(m_color.toIVec().swizzle(0, 1, 2) - testColor.toIVec().swizzle(0, 1, 2)), tcu::IVec3(m_threshold)));
98 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const
104 if (testColor.getRed() != 0)
106 if (testColor.getGreen() == 0)
108 if (testColor.getBlue() != 255)
126 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const
129 return testColor.getRed() == 0;
143 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const
    [all...]
es31fGeometryShaderTests.cpp     [all...]
  /cts/tests/tests/text/src/android/text/cts/
HtmlTest.java 90 public void testColor() throws Exception {

Completed in 1356 milliseconds