Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp49 , 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()
DsglrGLContext.hpp233 tcu::IVec4 m_curScissor; member in sglr::GLContext