Searched refs:m_scissorBox (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
D | esextcFragmentShadingRateAttachmentTests.cpp | 324 …m_scissorBox = { m_tcParam.framebufferSize / 3, m_tcParam.framebufferSize / 3, m_tcParam.framebuff… in setupTest() 392 gl.scissor(m_scissorBox.x, m_scissorBox.y, m_scissorBox.width, m_scissorBox.height); in iterate() 433 if (!m_scissorBox.in(x, y)) // out of scissor box in iterate() 439 << "scissor: " << m_scissorBox.x << " " << m_scissorBox.width << " " in iterate() 440 << m_scissorBox.y << " " << m_scissorBox.height; in iterate() 454 << "scissor: " << m_scissorBox.x << " " << m_scissorBox.width << " " in iterate() 455 << m_scissorBox.y << " " << m_scissorBox.height; in iterate()
|
D | esextcFragmentShadingRateAttachmentTests.hpp | 105 Box m_scissorBox; member in glcts::FragmentShadingRateAttachment
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 374 , m_scissorBox (m_viewport) in ReferenceContext() 2650 m_scissorBox = IVec4(x, y, width, height); in scissor() 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() 4345 …ssorRectangle = rr::WindowRectangle(m_scissorBox.x(), m_scissorBox.y(), m_scissorBox.z(), m… in drawWithReference()
|
D | sglrReferenceContext.hpp | 925 tcu::IVec4 m_scissorBox; member in sglr::ReferenceContext
|