Home | History | Annotate | Download | only in functional

Lines Matching refs:viewportHeight

653 	const int	viewportHeight		= deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_RENDER_HEIGHT);
656 const int viewportYOffsetMax = m_context.getRenderTarget().getHeight() - viewportHeight;
668 const int bottomHeight = viewportHeight / 2;
669 const int topHeight = viewportHeight - bottomHeight;
682 tcu::Surface refImage(viewportWidth, viewportHeight);
715 tcu::Surface resImage(viewportWidth, viewportHeight);
974 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_CUBE_RENDER_HEIGHT);
977 const int viewportYOffsetMax = m_context.getRenderTarget().getHeight() - viewportHeight;
989 const int bottomHeight = viewportHeight / 2;
990 const int topHeight = viewportHeight - bottomHeight;
1003 tcu::Surface refImage(viewportWidth, viewportHeight);
1007 const int defCellHeight = viewportHeight / 2 / 2;
1050 tcu::Surface resImage(viewportWidth, viewportHeight);
1309 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_ARRAY_RENDER_HEIGHT);
1312 const int viewportYOffsetMax = m_context.getRenderTarget().getHeight() - viewportHeight;
1324 const int bottomHeight = viewportHeight / 2;
1325 const int topHeight = viewportHeight - bottomHeight;
1358 tcu::Surface refImage(viewportWidth, viewportHeight);
1390 tcu::Surface resImage(viewportWidth, viewportHeight);
1652 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_3D_RENDER_HEIGHT);
1655 const int viewportYOffsetMax = m_context.getRenderTarget().getHeight() - viewportHeight;
1667 const int bottomHeight = viewportHeight / 2;
1668 const int topHeight = viewportHeight - bottomHeight;
1701 tcu::Surface refImage(viewportWidth, viewportHeight);
1733 tcu::Surface resImage(viewportWidth, viewportHeight);