Lines Matching defs:osmesa_context
67 struct osmesa_context struct
69 struct gl_context mesa; /*< Base class - this must be first */
70 struct gl_config *gl_visual; /*< Describes the buffers */
71 struct swrast_renderbuffer *srb; /*< The user's colorbuffer */
72 struct gl_framebuffer *gl_buffer; /*< The framebuffer, containing user's rb */
73 GLenum format; /*< User-specified context format */
74 GLint userRowLength; /*< user-specified number of pixels per row */
75 GLint rInd, gInd, bInd, aInd;/*< index offsets for RGBA formats */
76 GLvoid *rowaddr[SWRAST_MAX_HEIGHT]; /*< address of first pixel in each image row */
77 GLboolean yup; /*< TRUE -> Y increases upward */
79 GLenum DataType;