Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
Dosmesa.c67 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 */
[all …]
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c67 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 */
[all …]