Lines Matching defs:width
194 int width = 240;
202 tcu::Surface screen (width, height);
203 tcu::Surface ref (width, height);
222 tcu::Surface screen (width, height);
223 tcu::Surface ref (width, height);
389 int width = 240;
394 width = screen->getWidth();
398 GLU_CHECK_GLW_CALL(m_gl, viewport(0, 0, width, height));
439 int ox = deRoundFloatToInt32((float)width / 2.0f);
441 int x1 = deRoundFloatToInt32(((float)width * fx1 / 2.0f) + (float)ox);
443 int x2 = deRoundFloatToInt32(((float)width * fx2 / 2.0f) + (float)ox);
493 int width = 128;
495 m_texture = tcu::Texture2D(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), width, height);
505 GLU_CHECK_GLW_CALL(m_gl, texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, m_texture.getLevel(0).getDataPtr()));
541 int width = 240;
546 width = screen->getWidth();
569 GLU_CHECK_GLW_CALL(m_gl, viewport(0, 0, width, height));
613 for (int x = 0; x < width; x++)
617 float t = ((float)x / ((float)width - 1.0f));
744 int width = 240;
749 width = screen->getWidth();
772 GLU_CHECK_GLW_CALL(m_gl, viewport(0, 0, width, height));
804 int x1 = (int)(((float)width/2.0f) * (-0.9f) + ((float)width/2.0f));
805 int x2 = (int)(((float)width/2.0f) * 0.9f + ((float)width/2.0f));
940 int width = 240;
1038 width = screen->getWidth();
1061 GLU_CHECK_GLW_CALL(m_gl, viewport(0, 0, width, height));
1093 int x1 = (int)(((float)width/2.0f) * (-0.9f) + ((float)width/2.0f));
1094 int x2 = (int)(((float)width/2.0f) * 0.9f + ((float)width/2.0f));