Home
last modified time | relevance | path

Searched refs:gbm_dri_surface (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gbm/backends/dri/
Dgbm_driint.h42 struct gbm_dri_surface;
115 struct gbm_dri_surface { struct
133 static inline struct gbm_dri_surface * argument
134 gbm_dri_surface(struct gbm_surface *surface) in gbm_dri_surface() function
136 return (struct gbm_dri_surface *) surface; in gbm_dri_surface()
Dgbm_dri.c72 struct gbm_dri_surface *surf = data; in dri_get_buffers()
85 struct gbm_dri_surface *surf = data; in dri_flush_front_buffer()
98 struct gbm_dri_surface *surf = data; in dri_get_buffers_with_format()
117 struct gbm_dri_surface *surf = loaderPrivate; in image_get_buffers()
135 struct gbm_dri_surface *surf = loaderPrivate; in swrast_get_drawable_info()
154 struct gbm_dri_surface *surf = loaderPrivate; in swrast_put_image2()
186 struct gbm_dri_surface *surf = loaderPrivate; in swrast_get_image()
1006 struct gbm_dri_surface *surf; in gbm_dri_surface_create()
1024 struct gbm_dri_surface *surf = gbm_dri_surface(_surf); in gbm_dri_surface_destroy()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c46 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; in lock_front_buffer()
69 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; in release_buffer()
83 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; in has_free_buffers()
103 struct gbm_dri_surface *surf; in dri2_drm_create_surface()
124 surf = gbm_dri_surface(window); in dri2_drm_create_surface()
217 struct gbm_dri_surface *surf = dri2_surf->gbm_surf; in get_back_bo()
248 struct gbm_dri_surface *surf = dri2_surf->gbm_surf; in get_swrast_front_bo()
Degl_dri2.h266 struct gbm_dri_surface *gbm_surf;