Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c96 struct osmesa_context struct
98 struct st_context_iface *stctx;
100 boolean ever_used; /*< Has this context ever been current? */
102 struct osmesa_buffer *current_buffer;
108 void *zs;
109 unsigned zs_stride;
111 enum pipe_format depth_stencil_format, accum_format;
113 GLenum format; /*< User-specified context format */
114 GLenum type; /*< Buffer's data type */
115 GLint user_row_length; /*< user-specified number of pixels per row */
[all …]