Searched defs:refColor (Results 1 - 7 of 7) sorted by relevance
/external/skia/tests/ |
H A D | DrawTextTest.cpp | 46 SkColor refColor; local 50 refColor = ref.getColor(refX, refY); 52 refColor = bgColor; 54 if (refColor != testColor) {
|
H A D | FontHostStreamTest.cpp | 50 SkColor refColor; local 54 refColor = ref.getColor(refX, refY); 56 refColor = bgColor; 58 if (refColor != testColor) {
|
H A D | BlurTest.cpp | 85 SkColor refColor; local 89 refColor = ref.getColor(refX, refY); 91 refColor = bgColor; 93 if (refColor != testColor) {
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fMultisampleTests.cpp | 154 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2); local 161 if (!tcu::compareThreshold(img.getPixel(x, y), refColor, tcu::RGBA(3, 3, 3, 3)))
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fMultisampleTests.cpp | 156 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2); local 163 if (!tcu::compareThreshold(img.getPixel(x, y), refColor, tcu::RGBA(3, 3, 3, 3)))
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureGatherTests.cpp | 708 static bool verifySingleColored (TestLog& log, const ConstPixelBufferAccess& result, const Vec4& refColor) argument 718 tcu::clear(idealAccess, refColor); 723 if (result.getPixel(px, py) != refColor) 1461 const Vec4 refColor (incompleteColor[componentNdx]); 1462 const bool isOk = verifySingleColored(log, rendered, refColor); 1465 log << TestLog::Message << "Note: expected color " << refColor << " for all pixels; "
|
H A D | es31fGeometryShaderTests.cpp | 3405 const tcu::RGBA refColor = tcu::RGBA(barColor); local 3408 const bool isColor = tcu::allEqual(tcu::lessThan(tcu::abs(color.toIVec().swizzle(0, 1, 2) - refColor.toIVec().swizzle(0, 1, 2)), tcu::IVec3(threshold, threshold, threshold)), tcu::BVec3(true, true, true));
|
Completed in 535 milliseconds