Lines Matching defs:osmesa_context
96 struct osmesa_context struct
98 struct st_context_iface *stctx;
100 boolean ever_used; /*< Has this context ever been current? */
102 struct osmesa_buffer *current_buffer;
104 enum pipe_format depth_stencil_format, accum_format;
106 GLenum format; /*< User-specified context format */
107 GLenum type; /*< Buffer's data type */
108 GLint user_row_length; /*< user-specified number of pixels per row */
109 GLboolean y_up; /*< TRUE -> Y increases upward */
113 unsigned pp_enabled[PP_FILTERS];
114 struct pp_queue_t *pp;