Home
last modified time | relevance | path

Searched refs:_surf (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c41 lock_front_buffer(struct gbm_surface *_surf) in lock_front_buffer() argument
43 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; in lock_front_buffer()
60 release_buffer(struct gbm_surface *_surf, struct gbm_bo *bo) in release_buffer() argument
62 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; in release_buffer()
74 has_free_buffers(struct gbm_surface *_surf) in has_free_buffers() argument
76 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; in has_free_buffers()
/external/mesa3d/src/gbm/backends/dri/
Dgbm_dri.c597 gbm_dri_surface_destroy(struct gbm_surface *_surf) in gbm_dri_surface_destroy() argument
599 struct gbm_dri_surface *surf = gbm_dri_surface(_surf); in gbm_dri_surface_destroy()
/external/mesa3d/src/gallium/drivers/identity/
Did_context.c759 struct pipe_surface *_surf) in identity_context_surface_destroy() argument
762 identity_surface(_surf)); in identity_context_surface_destroy()