Lines Matching defs:height

195 			int		height	= 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);
390 int height = 240;
395 height = screen->getHeight();
398 GLU_CHECK_GLW_CALL(m_gl, viewport(0, 0, width, height));
440 int oy = deRoundFloatToInt32((float)height / 2.0f);
442 int y1 = deRoundFloatToInt32(((float)height * fy1 / 2.0f) + (float)oy);
444 int y2 = deRoundFloatToInt32(((float)height * fy2 / 2.0f) + (float)oy);
494 int height = 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()));
542 int height = 240;
547 height = screen->getHeight();
569 GLU_CHECK_GLW_CALL(m_gl, viewport(0, 0, width, height));
615 for (int y = 0; y < height; y++)
618 float s = ((float)y / ((float)height - 1.0f));
745 int height = 240;
750 height = screen->getHeight();
772 GLU_CHECK_GLW_CALL(m_gl, viewport(0, 0, width, height));
806 int y1 = (int)(((float)height/2.0f) * (-0.9f) + ((float)height/2.0f));
807 int y2 = (int)(((float)height/2.0f) * 0.9f + ((float)height/2.0f));
941 int height = 240;
1039 height = screen->getHeight();
1061 GLU_CHECK_GLW_CALL(m_gl, viewport(0, 0, width, height));
1095 int y1 = (int)(((float)height/2.0f) * (-0.9f) + ((float)height/2.0f));
1096 int y2 = (int)(((float)height/2.0f) * 0.9f + ((float)height/2.0f));