Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fColorClearTest.cpp91 : m_rect(rect), m_colorMask(colorMask), m_color(color) in ClearInfo()
95 tcu::IVec4 m_rect; member in deqp::gles2::Functional::ClearInfo
178 if (de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w())) in iterate()
194 if (de::inBounds(x, op.m_rect.x(), op.m_rect.x()+op.m_rect.z()) && in iterate()
195 de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w())) in iterate()
198 spanLength = deMin32(spanLength, op.m_rect.x() + op.m_rect.z() - x); in iterate()
212 else if (op.m_rect.x() > x) in iterate()
213 spanLength = deMin32(spanLength, op.m_rect.x() - x); in iterate()
/external/deqp/modules/gles3/functional/
Des3fColorClearTest.cpp91 : m_rect(rect), m_colorMask(colorMask), m_color(color) in ClearInfo()
95 tcu::IVec4 m_rect; member in deqp::gles3::Functional::ClearInfo
178 if (de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w())) in iterate()
194 if (de::inBounds(x, op.m_rect.x(), op.m_rect.x()+op.m_rect.z()) && in iterate()
195 de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w())) in iterate()
198 spanLength = deMin32(spanLength, op.m_rect.x() + op.m_rect.z() - x); in iterate()
212 else if (op.m_rect.x() > x) in iterate()
213 spanLength = deMin32(spanLength, op.m_rect.x() - x); in iterate()