Home | History | Annotate | Download | only in main

Lines Matching refs:surf

399  * \param surf The surface
402 gbm_surface_destroy(struct gbm_surface *surf)
404 surf->gbm->surface_destroy(surf);
420 * \param surf The surface
429 gbm_surface_lock_front_buffer(struct gbm_surface *surf)
431 return surf->gbm->surface_lock_front_buffer(surf);
443 * \param surf The surface
447 gbm_surface_release_buffer(struct gbm_surface *surf, struct gbm_bo *bo)
449 surf->gbm->surface_release_buffer(surf, bo);
465 * \param surf The surface
469 gbm_surface_has_free_buffers(struct gbm_surface *surf)
471 return surf->gbm->surface_has_free_buffers(surf);