Lines Matching refs:data
284 /** Get the offset for the data of the specified plane
409 /** Write data into the buffer object
412 * this function can be used to write data into the buffer object. The
413 * data is copied directly into the object and it's the responsibility
414 * of the caller to make sure the data represents valid pixel data,
418 * \param buf The data to write
428 /** Set the user data associated with a buffer object
431 * \param data The data to associate to the buffer object
436 gbm_bo_set_user_data(struct gbm_bo *bo, void *data,
439 bo->v0.user_data = data;
443 /** Get the user data associated with a buffer object
446 * \return Returns the user data associated with the buffer object or %NULL
447 * if no data was associated with it
761 * the user data associated with it is unchanged.