Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp358 , m_scissorBox (m_viewport) in ReferenceContext()
2611 m_scissorBox = IVec4(x, y, width, height); in scissor()
3160 dstRect = m_scissorEnabled ? intersect(dstRect, m_scissorBox) : dstRect; in blitFramebuffer()
3363 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff); in clear()
3421 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff); in clearBufferiv()
3471 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff); in clearBufferfv()
3521 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff); in clearBufferuiv()
4306 …ssorRectangle = rr::WindowRectangle(m_scissorBox.x(), m_scissorBox.y(), m_scissorBox.z(), m… in drawWithReference()
DsglrReferenceContext.hpp923 tcu::IVec4 m_scissorBox; member in sglr::ReferenceContext