Lines Matching defs:width
147 /** Get the width of the buffer object
150 * \return The width of the allocated buffer object
156 return bo->v0.width;
415 * according to the width, height, stride and format of the buffer object.
476 * \param width The width for the buffer
490 uint32_t width, uint32_t height,
493 if (width == 0 || height == 0) {
498 return gbm->v0.bo_create(gbm, width, height, format, flags, NULL, 0);
503 uint32_t width, uint32_t height,
522 return gbm_bo_create_with_modifiers2(gbm, width, height, format, modifiers,
528 uint32_t width, uint32_t height,
534 if (width == 0 || height == 0) {
549 return gbm->v0.bo_create(gbm, width, height, format, flags, modifiers, count);
602 * \param width The width of the mapped region for the buffer
617 uint32_t width, uint32_t height,
620 if (!bo || width == 0 || height == 0 || !stride || !map_data) {
625 return bo->gbm->v0.bo_map(bo, x, y, width, height,
648 * \param width The width for the surface
660 uint32_t width, uint32_t height,
663 return gbm->v0.surface_create(gbm, width, height, format, flags, NULL, 0);
668 uint32_t width, uint32_t height,
687 return gbm_surface_create_with_modifiers2(gbm, width, height, format,
694 uint32_t width, uint32_t height,
710 return gbm->v0.surface_create(gbm, width, height, format, flags,