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