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 …]
94 struct osmesa_context struct96 struct st_context_iface *stctx;98 boolean ever_used; /*< Has this context ever been current? */100 struct osmesa_buffer *current_buffer;102 enum pipe_format depth_stencil_format, accum_format;104 GLenum format; /*< User-specified context format */105 GLenum type; /*< Buffer's data type */106 GLint user_row_length; /*< user-specified number of pixels per row */107 GLboolean y_up; /*< TRUE -> Y increases upward */111 unsigned pp_enabled[PP_FILTERS];[all …]