Searched refs:m_curScissor (Results 1 – 2 of 2) sorted by relevance
49 , m_curScissor (0, 0, m_baseViewport.z(), m_baseViewport.w()) in GLContext()222 …_context.getFunctions().scissor(m_curScissor.x()+offset.x(), m_curScissor.y()+offset.y(), m_curSci… in bindFramebuffer()485 m_curScissor = tcu::IVec4(x, y, width, height); in scissor()
233 tcu::IVec4 m_curScissor; member in sglr::GLContext