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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/osmesa/
H A Dosmesa.c81 struct osmesa_buffer struct
91 struct osmesa_buffer *next; /**< next in linked list */
101 struct osmesa_buffer *current_buffer;
119 * We can re-use an osmesa_buffer from one OSMesaMakeCurrent() call to
125 static struct osmesa_buffer *BufferList = NULL;
294 * Return the osmesa_buffer that corresponds to an st_framebuffer_iface.
296 static inline struct osmesa_buffer *
299 return (struct osmesa_buffer *) stfbi->st_manager_private;
313 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi);
393 struct osmesa_buffer *osbuffe
[all...]
/xsrc/external/mit/MesaLib/dist/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;
364 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi);
426 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi);
497 static struct osmesa_buffer *
502 struct osmesa_buffer *osbuffe
[all...]

Completed in 8 milliseconds