Home
last modified time | relevance | path

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

/external/skia/tests/
DColorFilterTest.cpp78 SkColor expectedColor = color; in DEF_TEST() local
86 if (c != expectedColor) { in DEF_TEST()
87 expectedColor = 0; in DEF_TEST()
96 REPORTER_ASSERT(reporter, c == expectedColor); in DEF_TEST()
106 REPORTER_ASSERT(reporter, c2 == expectedColor); in DEF_TEST()
DApplyGammaTest.cpp40 uint32_t expectedColor = src & 0xff000000; in check_gamma() local
75 expectedColor |= expectedComponent << (c * 8); in check_gamma()
78 *expected = expectedColor; in check_gamma()
/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/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateDSTests.cpp534 const deUint32 expectedValue, const tcu::Vec4 expectedColor) in StencilParamsBasicTestInstance() argument
541 m_expectedColor = expectedColor; in StencilParamsBasicTestInstance()
697 const deUint32 expectedValue, const tcu::Vec4 expectedColor) in StencilParamsBasicTestCase() argument
702 , m_expectedColor (expectedColor) in StencilParamsBasicTestCase()
/external/deqp/modules/gles31/functional/
Des31fLayoutBindingTests.cpp327 bool drawAndVerifyResult (const Vec4& expectedColor);
626 bool LayoutBindingRenderCase::drawAndVerifyResult (const Vec4& expectedColor) in drawAndVerifyResult() argument
651 tcu::clear(reference.getAccess(), expectedColor); in drawAndVerifyResult()
652 …og::Message << "Verifying output image, fragment output color is " << expectedColor << tcu::TestLo… in drawAndVerifyResult()