Lines Matching defs:width
150 _mesa_pack_bitmap( GLint width, GLint height, const GLubyte *source,
159 width_in_bytes = DIV_ROUND_UP( width, 8 );
163 width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
182 for (i = 0; i < width; i++) {
209 for (i = 0; i < width; i++) {
1203 GLsizei width, GLsizei height, GLsizei depth,
1213 if (width <= 0 || height <= 0 || depth <= 0)
1217 bytesPerRow = (width + 7) >> 3;
1232 bytesPerRow = bytesPerPixel * width;
1237 compsPerRow = components * width;
1238 assert(compsPerRow >= width);
1253 width, height, format, type, img, row, 0);
1264 for (i = 0; i < width; i++) {
1291 for (i = 0; i < width; i++) {