Searched refs:m_scissorBox (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp358 , m_scissorBox (m_viewport)
2590 m_scissorBox = IVec4(x, y, width, height);
3122 dstRect = m_scissorEnabled ? intersect(dstRect, m_scissorBox) : dstRect;
3347 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff);
3438 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff);
3488 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff);
3542 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff);
4327 state.fragOps.scissorRectangle = rr::WindowRectangle(m_scissorBox.x(), m_scissorBox.y(), m_scissorBox
[all...]
H A DsglrReferenceContext.hpp918 tcu::IVec4 m_scissorBox; member in class:sglr::ReferenceContext

Completed in 360 milliseconds