Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c105 struct osmesa_context struct
107 struct st_context *st;
109 bool ever_used; /*< Has this context ever been current? */
111 struct osmesa_buffer *current_buffer;
117 void *zs;
118 unsigned zs_stride;
120 enum pipe_format depth_stencil_format, accum_format;
122 GLenum format; /*< User-specified context format */
123 GLenum type; /*< Buffer's data type */
124 GLint user_row_length; /*< user-specified number of pixels per row */
[all …]