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/skia/tests/
FontHostStreamTest.cpp 44 SkColor testColor = test.getColor(x, y);
55 if (refColor != testColor) {
DrawTextTest.cpp 42 SkColor testColor = test.getColor(x, y);
53 if (refColor != testColor) {
WritePixelsTest.cpp 233 SkPMColor testColor = get_canvas_color(cx, cy);
234 if (canvasPixel != testColor) {
236 " Should be 0x%08x, got 0x%08x. ", cx, cy, testColor, canvasPixel);
BlurTest.cpp 81 SkColor testColor = test.getColor(x, y);
92 if (refColor != testColor) {
SurfaceTest.cpp 283 const SkColor testColor = 0x01020304;
324 EXPECT_COPY_ON_WRITE(clear(testColor))
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSampleVariableTests.cpp 56 virtual bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const = 0;
75 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const
78 return !tcu::boolAny(tcu::greaterThan(tcu::abs(m_color.toIVec().swizzle(0, 1, 2) - testColor.toIVec().swizzle(0, 1, 2)), tcu::IVec3(m_threshold)));
103 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const
109 if (testColor.getRed() != 0)
111 if (testColor.getGreen() == 0)
113 if (testColor.getBlue() != 255)
131 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const
134 return testColor.getRed() == 0;
148 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const
    [all...]
es31fGeometryShaderTests.cpp     [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
ShapeImmutableTest.java 25 public void testColor() {
  /cts/tests/tests/text/src/android/text/cts/
HtmlTest.java 107 public void testColor() {

Completed in 202 milliseconds