HomeSort by relevance Sort by last modified time
    Searched refs:m_curScissor (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 49 , m_curScissor (0, 0, m_baseViewport.z(), m_baseViewport.w())
222 m_context.getFunctions().scissor(m_curScissor.x()+offset.x(), m_curScissor.y()+offset.y(), m_curScissor.z(), m_curScissor.w());
485 m_curScissor = tcu::IVec4(x, y, width, height);
sglrGLContext.hpp 233 tcu::IVec4 m_curScissor;

Completed in 74 milliseconds