Searched defs:osmesa_context (Results 1 – 2 of 2) sorted by relevance
71 struct osmesa_context struct73 struct gl_context mesa; /*< Base class - this must be first */74 struct gl_config *gl_visual; /*< Describes the buffers */75 struct swrast_renderbuffer *srb; /*< The user's colorbuffer */76 struct gl_framebuffer *gl_buffer; /*< The framebuffer, containing user's rb */77 GLenum format; /*< User-specified context format */78 GLint userRowLength; /*< user-specified number of pixels per row */79 GLint rInd, gInd, bInd, aInd;/*< index offsets for RGBA formats */80 GLvoid *rowaddr[SWRAST_MAX_HEIGHT]; /*< address of first pixel in each image row */81 GLboolean yup; /*< TRUE -> Y increases upward */[all …]
95 struct osmesa_context struct97 struct st_context_iface *stctx;99 boolean ever_used; /*< Has this context ever been current? */101 struct osmesa_buffer *current_buffer;103 enum pipe_format depth_stencil_format, accum_format;105 GLenum format; /*< User-specified context format */106 GLenum type; /*< Buffer's data type */107 GLint user_row_length; /*< user-specified number of pixels per row */108 GLboolean y_up; /*< TRUE -> Y increases upward */112 unsigned pp_enabled[PP_FILTERS];[all …]