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

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp357 , m_scissorEnabled (false)
2619 case GL_SCISSOR_TEST: m_scissorEnabled = true; break;
2675 case GL_SCISSOR_TEST: m_scissorEnabled = false; break;
3160 dstRect = m_scissorEnabled ? intersect(dstRect, m_scissorBox) : dstRect;
3363 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff);
3421 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff);
3471 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff);
3521 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff);
4305 state.fragOps.scissorTestEnabled = m_scissorEnabled;
H A DsglrReferenceContext.hpp922 bool m_scissorEnabled; member in class:sglr::ReferenceContext

Completed in 102 milliseconds