Home
last modified time | relevance | path

Searched refs:osmesa_buffer (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c82 struct osmesa_buffer struct
92 struct osmesa_buffer *next; /**< next in linked list */
102 struct osmesa_buffer *current_buffer;
345 * Return the osmesa_buffer that corresponds to an st_framebuffer_iface.
347 static inline struct osmesa_buffer *
350 return (struct osmesa_buffer *) stfbi->st_manager_private; in stfbi_to_osbuffer()
364 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi); in osmesa_st_framebuffer_flush_front()
426 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi); in osmesa_st_framebuffer_validate()
497 static struct osmesa_buffer *
502 struct osmesa_buffer *osbuffe in osmesa_create_buffer()
[all...]

Completed in 3 milliseconds