Searched defs:osmesa_context (Results 1 – 1 of 1) sorted by relevance
105 struct osmesa_context struct107 struct st_context *st;109 bool ever_used; /*< Has this context ever been current? */111 struct osmesa_buffer *current_buffer;117 void *zs;118 unsigned zs_stride;120 enum pipe_format depth_stencil_format, accum_format;122 GLenum format; /*< User-specified context format */123 GLenum type; /*< Buffer's data type */124 GLint user_row_length; /*< user-specified number of pixels per row */[all …]