Home
last modified time | relevance | path

Searched refs:expectedColor (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DColorFilterTest.cpp79 SkColor expectedColor = color; in DEF_TEST() local
87 if (c != expectedColor) { in DEF_TEST()
88 expectedColor = 0; in DEF_TEST()
97 REPORTER_ASSERT(reporter, c == expectedColor); in DEF_TEST()
108 REPORTER_ASSERT(reporter, c2 == expectedColor); in DEF_TEST()
/external/deqp/modules/gles2/functional/
Des2fShaderFragDataTests.cpp64 …ingleColor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA thr… in compareSingleColor() argument
69 …log << TestLog::Message << "Expecting " << expectedColor << " with threshold " << threshold << Tes… in compareSingleColor()
76 const bool isOk = compareThreshold(resultColor, expectedColor, threshold); in compareSingleColor()
/external/deqp/modules/gles3/functional/
Des3fShaderFragDataTests.cpp64 …ingleColor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA thr… in compareSingleColor() argument
69 …log << TestLog::Message << "Expecting " << expectedColor << " with threshold " << threshold << Tes… in compareSingleColor()
76 const bool isOk = compareThreshold(resultColor, expectedColor, threshold); in compareSingleColor()
/external/deqp/modules/gles31/functional/
Des31fLayoutBindingTests.cpp228 bool drawAndVerifyResult (const Vec4& expectedColor);
527 bool LayoutBindingRenderCase::drawAndVerifyResult (const Vec4& expectedColor) in drawAndVerifyResult() argument
552 tcu::clear(reference.getAccess(), expectedColor); in drawAndVerifyResult()
553 …og::Message << "Verifying output image, fragment output color is " << expectedColor << tcu::TestLo… in drawAndVerifyResult()