Lines Matching defs:width
977 GLint width, GLint height, GLint depth,
990 assert(xoffset + width <= texImage->Width);
1009 _mesa_validate_pbo_teximage(ctx, dims, width, height, depth,
1036 srcImageStride = _mesa_image_row_stride(packing, width, format, type);
1044 srcImageStride = _mesa_image_image_stride(packing, width, height,
1051 srcImageStride = _mesa_image_image_stride(packing, width, height,
1057 srcImageStride = _mesa_image_image_stride(packing, width, height,
1074 xoffset, yoffset, width, height,
1085 width, height, 1, /* w, h, d */
1141 GLint width, GLint height, GLint depth,
1146 xoffset, yoffset, zoffset, width, height, depth,
1152 GLsizei width, GLsizei height,
1158 memset(dstMap, 0, clearValueSize * width);
1165 GLsizei width, GLsizei height,
1172 for (x = 0; x < width; x++) {
1176 dstMap += dstRowStride - clearValueSize * width;
1187 GLsizei width, GLsizei height, GLsizei depth,
1200 width, height,
1210 width, height,
1215 width, height,
1265 * \param width, height, depth size of image to copy
1271 GLsizei width, GLsizei height,
1282 _mesa_format_row_stride(texFormat, width);
1332 GLsizei width, GLsizei height, GLsizei depth,
1348 width, height, depth,
1363 xoffset, yoffset, width, height,