Lines Matching refs:viewportHeight
552 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_RENDER_HEIGHT); in iterate() local
555 const int viewportYOffsetMax = m_context.getRenderTarget().getHeight() - viewportHeight; in iterate()
567 const int bottomHeight = viewportHeight / 2; in iterate()
568 const int topHeight = viewportHeight - bottomHeight; in iterate()
581 tcu::Surface refImage(viewportWidth, viewportHeight); in iterate()
614 tcu::Surface resImage(viewportWidth, viewportHeight); in iterate()
870 …const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_CUBE_RENDER_HEIGH… in iterate() local
873 const int viewportYOffsetMax = m_context.getRenderTarget().getHeight() - viewportHeight; in iterate()
885 const int bottomHeight = viewportHeight / 2; in iterate()
886 const int topHeight = viewportHeight - bottomHeight; in iterate()
899 tcu::Surface refImage(viewportWidth, viewportHeight); in iterate()
903 const int defCellHeight = viewportHeight / 2 / 2; in iterate()
946 tcu::Surface resImage(viewportWidth, viewportHeight); in iterate()