Lines Matching refs:viewportHeight
555 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_RENDER_HEIGHT); in iterate() local
558 const int viewportYOffsetMax = m_context.getRenderTarget().getHeight() - viewportHeight; in iterate()
570 const int bottomHeight = viewportHeight / 2; in iterate()
571 const int topHeight = viewportHeight - bottomHeight; in iterate()
584 tcu::Surface refImage(viewportWidth, viewportHeight); in iterate()
617 tcu::Surface resImage(viewportWidth, viewportHeight); in iterate()
878 …const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_CUBE_RENDER_HEIGH… in iterate() local
881 const int viewportYOffsetMax = m_context.getRenderTarget().getHeight() - viewportHeight; in iterate()
893 const int bottomHeight = viewportHeight / 2; in iterate()
894 const int topHeight = viewportHeight - bottomHeight; in iterate()
907 tcu::Surface refImage(viewportWidth, viewportHeight); in iterate()
911 const int defCellHeight = viewportHeight / 2 / 2; in iterate()
954 tcu::Surface resImage(viewportWidth, viewportHeight); in iterate()