Home | History | Annotate | Download | only in common

Lines Matching refs:window_height

1500 	const GLint window_height = m_context.getRenderContext().getRenderTarget().getHeight();
1521 if ((window_width != viewport_width) || (window_height != viewport_height))
1525 << " expected: " << window_width << " x " << window_height
1583 if ((window_width != scissor_width) || (window_height != scissor_height))
1587 << " expected: " << window_width << " x " << window_height