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