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

  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 190 const tcu::IVec4 destinationArea = tcu::IVec4(de::clamp(de::min(m_dstRect.x(), m_dstRect.z()), 0, result.getWidth()),
194 const tcu::RGBA baseColor = result.getPixel(destinationArea.x(), destinationArea.y());
199 std::vector<bool> horisontalSign (destinationArea.z() - destinationArea.x());
200 std::vector<bool> verticalSign (destinationArea.w() - destinationArea.y());
216 for (int dy = 0; dy < destinationArea.w() - destinationArea.y(); ++dy)
217 for (int dx = 0; dx < destinationArea.z() - destinationArea.x(); ++dx
    [all...]

Completed in 37 milliseconds