Lines Matching defs:height
298 const int height = m_context.getRenderTarget().getHeight();
300 const tcu::Vec3 scale (1.f / float(width), 1.f / float(height), 1.0f);
302 tcu::Surface testImg (width, height);
303 tcu::Surface refImg (width, height);
395 const int height = m_context.getRenderTarget().getHeight();
398 tcu::Surface testImg (width, height);
399 tcu::Surface refImg (width, height);
485 const int height = de::min(256, m_context.getRenderTarget().getHeight());
494 tcu::Surface testImg (width, height);
495 tcu::Surface refImg (width, height);
539 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height);
541 gl.viewport(viewportX, viewportY, width, height);
559 const int y0 = deRoundFloatToInt32(float(height)*(pointIter->y()*0.5f + 0.5f) - pointIter->z()*0.5f);
561 const int y1 = deRoundFloatToInt32(float(height)*(pointIter->y()*0.5f + 0.5f) + pointIter->z()*0.5f);
610 const int height = de::min(64, m_context.getRenderTarget().getHeight());
612 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height);
615 tcu::Surface testImg (width, height);
616 tcu::Surface refImg (width, height);
659 gl.viewport(viewportX, viewportY, width/2, height/2);
663 gl.viewport(viewportX + width/2, viewportY, width-width/2, height/2);
669 gl.viewport(viewportX, viewportY + height/2, width/2, height-height/2);
673 gl.viewport(viewportX + width/2, viewportY + height/2, width-width/2, height-height/2);
763 const int height = m_context.getRenderTarget().getHeight();
778 if (viewportH > height)
781 DE_ASSERT(viewportW <= width && viewportH <= height);
987 const int height = m_context.getRenderTarget().getHeight();
998 const int viewportY = rnd.getInt(0, height-viewportH);