Home
last modified time | relevance | path

Searched refs:m_dstRect (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp64 , m_dstRect (dstRect) in BlitRectCase()
139 …(), m_srcRect.y(), m_srcRect.z(), m_srcRect.w(), m_dstRect.x(), m_dstRect.y(), m_dstRect.z(), m_ds… in render()
158 const IVec4 m_dstRect; member in deqp::gles3::Functional::BlitRectCase
184 DE_ASSERT(de::min(m_dstRect.x(), m_dstRect.z()) >= 0); in compare()
185 DE_ASSERT(de::min(m_dstRect.y(), m_dstRect.w()) >= 0); in compare()
190 …const tcu::IVec4 destinationArea = tcu::IVec4(de::clamp(de::min(m_dstRect.x(), m_dstRect.z()), 0, … in compare()
191 de::clamp(de::min(m_dstRect.y(), m_dstRect.w()), 0, result.getHeight()), in compare()
192 de::clamp(de::max(m_dstRect.x(), m_dstRect.z()), 0, result.getWidth()), in compare()
193 de::clamp(de::max(m_dstRect.y(), m_dstRect.w()), 0, result.getHeight())); in compare()
208 << "Verifying consistency of NEAREST filtering. Verifying rect " << m_dstRect << ".\n" in compare()
[all …]