Home
last modified time | relevance | path

Searched defs:osmesa_context (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c71 struct osmesa_context struct
73 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 …]
/external/mesa3d/src/gallium/state_trackers/osmesa/
Dosmesa.c94 struct osmesa_context struct
96 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 …]