Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp357 , m_scissorEnabled (false) in ReferenceContext()
2619 case GL_SCISSOR_TEST: m_scissorEnabled = true; break; in enable()
2675 case GL_SCISSOR_TEST: m_scissorEnabled = false; break; in disable()
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()
4305 state.fragOps.scissorTestEnabled = m_scissorEnabled; in drawWithReference()
DsglrReferenceContext.hpp922 bool m_scissorEnabled; member in sglr::ReferenceContext