Searched refs:m_scissorEnabled (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 373 , m_scissorEnabled (false) in ReferenceContext() 2658 case GL_SCISSOR_TEST: m_scissorEnabled = true; break; 2714 case GL_SCISSOR_TEST: m_scissorEnabled = false; break; 3199 dstRect = m_scissorEnabled ? intersect(dstRect, m_scissorBox) : dstRect; 3402 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff); 3460 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff); 3510 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff); 3560 IVec4 baseArea = m_scissorEnabled ? m_scissorBox : IVec4(0, 0, 0x7fffffff, 0x7fffffff); 4344 state.fragOps.scissorTestEnabled = m_scissorEnabled;
|
H A D | sglrReferenceContext.hpp | 924 bool m_scissorEnabled; member in sglr::ReferenceContext
|
Completed in 12 milliseconds