Lines Matching defs:width
96 int *width, int *height,
106 return dri->get_buffers(driDrawable, width, height, attachments,
122 int *width, int *height,
133 dri->get_buffers_with_format(driDrawable, width, height, attachments,
171 int *width,
179 *width = surf->base.v0.width;
188 int width,
199 width, height, stride,
208 int width,
213 swrast_put_image2(driDrawable, op, x, y, width, height,
214 width * 4, data, loaderPrivate);
221 int width,
231 width, height,
1058 fd_data->width,
1090 image = dri->image->createImageFromDmaBufs2(dri->screen, fd_data->width,
1138 (int*)&bo->base.v0.width);
1151 uint32_t width, uint32_t height,
1176 create_arg.width = width;
1184 bo->base.v0.width = width;
1209 uint32_t width, uint32_t height,
1222 return create_dumb(gbm, width, height, format, usage);
1229 bo->base.v0.width = width;
1257 bo->image = loader_dri_create_image(dri->screen, dri->image, width, height,
1281 uint32_t width, uint32_t height,
1308 width, height, flags, (int *)stride,
1343 uint32_t width, uint32_t height,
1378 surf->base.v0.width = width;