Lines Matching defs:width
177 QuadGrid::QuadGrid (int gridSize, int width, int height, const Vec4& constCoords, const vector<Mat4>& userAttribTransforms, const vector<TextureBinding>& textures)
185 Vec4 viewportScale = Vec4((float)width, (float)height, 0.0f, 0.0f);
432 int width = viewportSize.x();
436 QuadGrid quadGrid(m_isVertexCase ? GRID_SIZE : 4, width, height, Vec4(0.125f, 0.25f, 0.5f, 1.0f), m_userAttribTransforms, m_textures);
439 Surface resImage(width, height);
443 Surface refImage (width, height);
597 int width = result.getWidth();
600 int xOffsetMax = m_renderCtx.getRenderTarget().getWidth() - width;
609 gl.viewport(xOffset, yOffset, width, height);
638 int width = result.getWidth();
674 float sx0 = x0 * (float)width;
675 float sx1 = x1 * (float)width;
700 DE_ASSERT(deInBounds32(ix, 0, width));
725 int width = result.getWidth();
732 for (int x = 0; x < width; x++)
734 float sx = ((float)x + 0.5f) / (float)width;