Lines Matching defs:width
282 const int width = m_context.getRenderTarget().getWidth();
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);
376 const int width = m_context.getRenderTarget().getWidth();
380 tcu::Surface testImg (width, height);
381 tcu::Surface refImg (width, height);
463 const int width = de::min(256, m_context.getRenderTarget().getWidth());
473 tcu::Surface testImg (width, height);
474 tcu::Surface refImg (width, height);
514 const int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-width);
517 gl.viewport(viewportX, viewportY, width, height);
534 const int x0 = deRoundFloatToInt32(float(width) *(pointIter->x()*0.5f + 0.5f) - pointIter->z()*0.5f);
536 const int x1 = deRoundFloatToInt32(float(width) *(pointIter->x()*0.5f + 0.5f) + pointIter->z()*0.5f);
585 const int width = de::min(64, m_context.getRenderTarget().getWidth());
587 const int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-width);
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);