Searched refs:destinationArea (Results 1 – 1 of 1) sorted by relevance
190 …const tcu::IVec4 destinationArea = tcu::IVec4(de::clamp(de::min(m_dstRect.x(), m_dstRect.z()), 0, … in compare() local194 const tcu::RGBA baseColor = result.getPixel(destinationArea.x(), destinationArea.y()); in compare()199 std::vector<bool> horisontalSign (destinationArea.z() - destinationArea.x()); in compare()200 std::vector<bool> verticalSign (destinationArea.w() - destinationArea.y()); in compare()216 for (int dy = 0; dy < destinationArea.w() - destinationArea.y(); ++dy) in compare()217 for (int dx = 0; dx < destinationArea.z() - destinationArea.x(); ++dx) in compare()219 const tcu::RGBA color = result.getPixel(destinationArea.x() + dx, destinationArea.y() + dy); in compare()224 errorMask.setPixel(destinationArea.x() + dx, destinationArea.y() + dy, tcu::RGBA::red()); in compare()245 for (int dx = 0; dx < destinationArea.z() - destinationArea.x(); ++dx) in compare()247 const tcu::RGBA color = result.getPixel(destinationArea.x() + dx, destinationArea.y()); in compare()[all …]