Home | History | Annotate | Download | only in functional

Lines Matching defs:viewportHeight

655 	const int	viewportHeight		= deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_RENDER_HEIGHT);
658 const int viewportYOffsetMax = m_context.getRenderTarget().getHeight() - viewportHeight;
670 const int bottomHeight = viewportHeight / 2;
671 const int topHeight = viewportHeight - bottomHeight;
684 tcu::Surface refImage(viewportWidth, viewportHeight);
717 tcu::Surface resImage(viewportWidth, viewportHeight);
976 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_CUBE_RENDER_HEIGHT);
979 const int viewportYOffsetMax = m_context.getRenderTarget().getHeight() - viewportHeight;
991 const int bottomHeight = viewportHeight / 2;
992 const int topHeight = viewportHeight - bottomHeight;
1005 tcu::Surface refImage(viewportWidth, viewportHeight);
1009 const int defCellHeight = viewportHeight / 2 / 2;
1052 tcu::Surface resImage(viewportWidth, viewportHeight);
1311 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_ARRAY_RENDER_HEIGHT);
1314 const int viewportYOffsetMax = m_context.getRenderTarget().getHeight() - viewportHeight;
1326 const int bottomHeight = viewportHeight / 2;
1327 const int topHeight = viewportHeight - bottomHeight;
1360 tcu::Surface refImage(viewportWidth, viewportHeight);
1392 tcu::Surface resImage(viewportWidth, viewportHeight);
1654 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_3D_RENDER_HEIGHT);
1657 const int viewportYOffsetMax = m_context.getRenderTarget().getHeight() - viewportHeight;
1669 const int bottomHeight = viewportHeight / 2;
1670 const int topHeight = viewportHeight - bottomHeight;
1703 tcu::Surface refImage(viewportWidth, viewportHeight);
1735 tcu::Surface resImage(viewportWidth, viewportHeight);