Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp373 , m_scissorEnabled (false) in ReferenceContext()
2658 case GL_SCISSOR_TEST: m_scissorEnabled = true; break; in enable()
2714 case GL_SCISSOR_TEST: m_scissorEnabled = false; break; in disable()
3199 dstRect = m_scissorEnabled ? intersect(dstRect, m_scissorBox) : dstRect; in blitFramebuffer()
3402 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff); in clear()
3460 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff); in clearBufferiv()
3510 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff); in clearBufferfv()
3560 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff); in clearBufferuiv()
4344 state.fragOps.scissorTestEnabled = m_scissorEnabled; in drawWithReference()
DsglrReferenceContext.hpp924 bool m_scissorEnabled; member in sglr::ReferenceContext