Home
last modified time | relevance | path

Searched refs:testColor (Results 1 – 13 of 13) sorted by relevance

/external/skqp/tests/
DFontHostStreamTest.cpp44 SkColor testColor = test.getColor(x, y); in compare() local
55 if (refColor != testColor) { in compare()
DDrawTextTest.cpp42 SkColor testColor = test.getColor(x, y); in compare() local
53 if (refColor != testColor) { in compare()
DWritePixelsTest.cpp234 SkPMColor testColor = get_canvas_color(cx, cy); in check_write() local
235 if (canvasPixel != testColor) { in check_write()
237 " Should be 0x%08x, got 0x%08x. ", cx, cy, testColor, canvasPixel); in check_write()
DBlurTest.cpp84 SkColor testColor = test.getColor(x, y); in compare() local
95 if (refColor != testColor) { in compare()
DSurfaceTest.cpp282 const SkColor testColor = 0x01020304; in test_copy_on_write() local
323 EXPECT_COPY_ON_WRITE(clear(testColor)) in test_copy_on_write()
/external/skia/tests/
DFontHostStreamTest.cpp44 SkColor testColor = test.getColor(x, y); in compare() local
55 if (refColor != testColor) { in compare()
DDrawTextTest.cpp42 SkColor testColor = test.getColor(x, y); in compare() local
53 if (refColor != testColor) { in compare()
DWritePixelsTest.cpp224 SkPMColor testColor = get_canvas_color(cx, cy); in check_write() local
225 if (canvasPixel != testColor) { in check_write()
227 " Should be 0x%08x, got 0x%08x. ", cx, cy, testColor, canvasPixel); in check_write()
DBlurTest.cpp85 SkColor testColor = test.getColor(x, y); in compare() local
96 if (refColor != testColor) { in compare()
DSurfaceTest.cpp403 const SkColor testColor = 0x01020304; in test_copy_on_write() local
444 EXPECT_COPY_ON_WRITE(clear(testColor)) in test_copy_on_write()
/external/deqp/modules/gles31/functional/
Des31fSampleVariableTests.cpp56 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 in verify() argument
78 …return !tcu::boolAny(tcu::greaterThan(tcu::abs(m_color.toIVec().swizzle(0, 1, 2) - testColor.toIVe… in verify()
103 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const in verify() argument
109 if (testColor.getRed() != 0) in verify()
111 if (testColor.getGreen() == 0) in verify()
113 if (testColor.getBlue() != 255) in verify()
131 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const in verify() argument
134 return testColor.getRed() == 0; in verify()
148 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const;
[all …]
Des31fGeometryShaderTests.cpp1983 const tcu::RGBA testColor = m_glResult->getPixel(x + dx, y + dy); in compare() local
1984 const tcu::IVec4 colDiff = tcu::abs(testColor.toIVec() - refcolor.toIVec()); in compare()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DShapeImmutableTest.java25 public void testColor() { in testColor() method in ShapeImmutableTest