Home
last modified time | relevance | path

Searched refs:dri_swrast_renderbuffer (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast_priv.h104 struct dri_swrast_renderbuffer { struct
118 static INLINE struct dri_swrast_renderbuffer * argument
119 dri_swrast_renderbuffer(struct gl_renderbuffer *rb) in dri_swrast_renderbuffer() function
121 return (struct dri_swrast_renderbuffer *) rb; in dri_swrast_renderbuffer()
Dswrast.c266 struct dri_swrast_renderbuffer *xrb = dri_swrast_renderbuffer(rb); in swrast_delete_renderbuffer()
287 struct dri_swrast_renderbuffer *xrb = dri_swrast_renderbuffer(rb); in swrast_alloc_front_storage()
306 struct dri_swrast_renderbuffer *xrb = dri_swrast_renderbuffer(rb); in swrast_alloc_back_storage()
319 static struct dri_swrast_renderbuffer *
323 struct dri_swrast_renderbuffer *xrb = calloc(1, sizeof *xrb); in swrast_new_renderbuffer()
387 struct dri_swrast_renderbuffer *xrb = dri_swrast_renderbuffer(rb); in swrast_map_renderbuffer()
432 struct dri_swrast_renderbuffer *xrb = dri_swrast_renderbuffer(rb); in swrast_unmap_renderbuffer()
458 struct dri_swrast_renderbuffer *frontrb, *backrb; in dri_create_buffer()
539 struct dri_swrast_renderbuffer *frontrb, *backrb; in dri_swap_buffers()
546 dri_swrast_renderbuffer(fb->Attachment[BUFFER_FRONT_LEFT].Renderbuffer); in dri_swap_buffers()
[all …]