HomeSort by relevance Sort by last modified time
    Searched defs:refColor (Results 1 - 6 of 6) sorted by null

  /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/
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/
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/
es31fGeometryShaderTests.cpp 1947 const tcu::RGBA refcolor = m_refResult->getPixel(x, y); local
    [all...]

Completed in 153 milliseconds