Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/osmesa/
Dosmesa.c81 struct osmesa_buffer struct
91 struct osmesa_buffer *next; /**< next in linked list */ argument
101 struct osmesa_buffer *current_buffer;
125 static struct osmesa_buffer *BufferList = NULL;
296 static inline struct osmesa_buffer *
299 return (struct osmesa_buffer *) stfbi->st_manager_private; in stfbi_to_osbuffer()
313 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi); in osmesa_st_framebuffer_flush_front()
393 struct osmesa_buffer *osbuffer = stfbi_to_osbuffer(stfbi); in osmesa_st_framebuffer_validate()
464 static struct osmesa_buffer *
469 struct osmesa_buffer *osbuffer = CALLOC_STRUCT(osmesa_buffer); in osmesa_create_buffer()
[all …]