Home | History | Annotate | Download | only in x11

Lines Matching refs:nsurf

98 dri2_surface(const struct native_surface *nsurf)
100 return (struct dri2_surface *) nsurf;
113 dri2_surface_process_drawable_buffers(struct native_surface *nsurf,
117 struct dri2_surface *dri2surf = dri2_surface(nsurf);
195 dri2_surface_get_buffers(struct native_surface *nsurf, uint buffer_mask)
197 struct dri2_surface *dri2surf = dri2_surface(nsurf);
274 dri2_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask)
276 struct dri2_surface *dri2surf = dri2_surface(nsurf);
287 dri2_surface_receive_events(struct native_surface *nsurf)
289 struct dri2_surface *dri2surf = dri2_surface(nsurf);
294 dri2_surface_flush_frontbuffer(struct native_surface *nsurf)
296 struct dri2_surface *dri2surf = dri2_surface(nsurf);
316 dri2_surface_swap_buffers(struct native_surface *nsurf, int num_rects,
319 struct dri2_surface *dri2surf = dri2_surface(nsurf);
357 dri2_surface_present(struct native_surface *nsurf,
367 ret = dri2_surface_flush_frontbuffer(nsurf);
370 ret = dri2_surface_swap_buffers(nsurf, ctrl->num_rects, ctrl->rects);
381 dri2_surface_validate(struct native_surface *nsurf, uint attachment_mask,
385 struct dri2_surface *dri2surf = dri2_surface(nsurf);
417 dri2_surface_wait(struct native_surface *nsurf)
419 struct dri2_surface *dri2surf = dri2_surface(nsurf);
430 dri2_surface_destroy(struct native_surface *nsurf)
432 struct dri2_surface *dri2surf = dri2_surface(nsurf);
777 struct native_surface *nsurf;
780 nsurf = (struct native_surface *)
782 if (!nsurf)
785 dri2surf = dri2_surface(nsurf);