Lines Matching defs:height
283 const int height = m_context.getRenderTarget().getHeight();
285 const tcu::Vec3 scale (1.f / float(width), 1.f / float(height), 1.0f);
287 tcu::Surface testImg (width, height);
288 tcu::Surface refImg (width, height);
377 const int height = m_context.getRenderTarget().getHeight();
380 tcu::Surface testImg (width, height);
381 tcu::Surface refImg (width, height);
464 const int height = de::min(256, m_context.getRenderTarget().getHeight());
473 tcu::Surface testImg (width, height);
474 tcu::Surface refImg (width, height);
515 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height);
517 gl.viewport(viewportX, viewportY, width, height);
535 const int y0 = deRoundFloatToInt32(float(height)*(pointIter->y()*0.5f + 0.5f) - pointIter->z()*0.5f);
537 const int y1 = deRoundFloatToInt32(float(height)*(pointIter->y()*0.5f + 0.5f) + pointIter->z()*0.5f);
586 const int height = de::min(64, m_context.getRenderTarget().getHeight());
588 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height);
591 tcu::Surface testImg (width, height);
592 tcu::Surface refImg (width, height);
632 gl.viewport(viewportX, viewportY, width/2, height/2);
636 gl.viewport(viewportX + width/2, viewportY, width-width/2, height/2);
642 gl.viewport(viewportX, viewportY + height/2, width/2, height-height/2);
646 gl.viewport(viewportX + width/2, viewportY + height/2, width-width/2, height-height/2);