Searched refs:test_color (Results 1 – 3 of 3) sorted by relevance
/external/ImageMagick/tests/ |
D | cli-colorspace.tap | 73 test_color() { function 98 test_color RGB sRGB && echo "ok" || echo "not ok" 100 test_color XYZ sRGB && echo "ok" || echo "not ok" 101 test_color XYZ RGB sRGB && echo "ok" || echo "not ok" 102 test_color RGB XYZ sRGB && echo "ok" || echo "not ok" 104 test_color LAB sRGB && echo "ok" || echo "not ok" 105 test_color XYZ LAB sRGB && echo "ok" || echo "not ok" 106 test_color LAB XYZ sRGB && echo "ok" || echo "not ok" 107 test_color RGB LAB sRGB && echo "ok" || echo "not ok" 108 test_color LAB RGB sRGB && echo "ok" || echo "not ok" [all …]
|
/external/skia/tests/ |
D | OnFlushCallbackTest.cpp | 512 static void test_color(skiatest::Reporter* reporter, const SkBitmap& bm, int x, SkColor expected) { in test_color() function 606 test_color(reporter, readBack, x, SK_ColorRED); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 608 test_color(reporter, readBack, x, SK_ColorGREEN); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 610 test_color(reporter, readBack, x, SK_ColorBLUE); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 612 test_color(reporter, readBack, x, SK_ColorCYAN); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 614 test_color(reporter, readBack, x, SK_ColorMAGENTA); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 616 test_color(reporter, readBack, x, SK_ColorYELLOW); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | ShaderOpacityTest.cpp | 87 static void test_color(skiatest::Reporter* reporter) { in test_color() function 98 test_color(reporter); in DEF_TEST()
|