HomeSort by relevance Sort by last modified time
    Searched full:refcolor (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/skia/tests/
DrawTextTest.cpp 46 SkColor refColor;
50 refColor = ref.getColor(refX, refY);
52 refColor = bgColor;
54 if (refColor != testColor) {
FontHostStreamTest.cpp 51 SkColor refColor;
55 refColor = ref.getColor(refX, refY);
57 refColor = bgColor;
59 if (refColor != testColor) {
BlurTest.cpp 85 SkColor refColor;
89 refColor = ref.getColor(refX, refY);
91 refColor = bgColor;
93 if (refColor != testColor) {
  /external/skia/tests/
DrawTextTest.cpp 46 SkColor refColor;
50 refColor = ref.getColor(refX, refY);
52 refColor = bgColor;
54 if (refColor != testColor) {
FontHostStreamTest.cpp 50 SkColor refColor;
54 refColor = ref.getColor(refX, refY);
56 refColor = bgColor;
58 if (refColor != testColor) {
BlurTest.cpp 85 SkColor refColor;
89 refColor = ref.getColor(refX, refY);
91 refColor = bgColor;
93 if (refColor != testColor) {
  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 424 const tcu::RGBA refColor (refValue);
434 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying rendered image. Expecting color " << refColor << ", threshold " << colorThreshold << tcu::TestLog::EndMessage;
441 if (de::abs(color.getRed() - refColor.getRed()) > colorThreshold.getRed() ||
442 de::abs(color.getGreen() - refColor.getGreen()) > colorThreshold.getGreen() ||
443 de::abs(color.getBlue() - refColor.getBlue()) > colorThreshold.getBlue())
es2fMultisampleTests.cpp 154 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
161 if (!tcu::compareThreshold(img.getPixel(x, y), refColor, tcu::RGBA(3, 3, 3, 3)))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp 501 const tcu::RGBA refColor (refValue);
511 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying rendered image. Expecting color " << refColor << ", threshold " << colorThreshold << tcu::TestLog::EndMessage;
518 if (de::abs(color.getRed() - refColor.getRed()) > colorThreshold.getRed() ||
519 de::abs(color.getGreen() - refColor.getGreen()) > colorThreshold.getGreen() ||
520 de::abs(color.getBlue() - refColor.getBlue()) > colorThreshold.getBlue())
es3fMultisampleTests.cpp 156 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
163 if (!tcu::compareThreshold(img.getPixel(x, y), refColor, tcu::RGBA(3, 3, 3, 3)))
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 708 static bool verifySingleColored (TestLog& log, const ConstPixelBufferAccess& result, const Vec4& refColor)
718 tcu::clear(idealAccess, refColor);
723 if (result.getPixel(px, py) != refColor)
    [all...]
es31fGeometryShaderTests.cpp 1945 const tcu::RGBA refcolor = m_refResult->getPixel(x, y); local
    [all...]

Completed in 412 milliseconds