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;
108 void *zs;
109 unsigned zs_stride;
111 enum pipe_format depth_stencil_format, accum_format;
113 GLenum format; /*< User-specified context format */
114 GLenum type; /*< Buffer's data type */
115 GLint user_row_length; /*< user-specified number of pixels per row */
116 GLboolean y_up; /*< TRUE -> Y increases upward */
120 unsigned pp_enabled[PP_FILTERS];
121 struct pp_queue_t *pp;