Home | History | Annotate | Download | only in main

Lines Matching defs:stencil

181    GLubyte *map, *stencil;
194 stencil = (GLubyte *) malloc(width * sizeof(GLubyte));
196 if (stencil) {
201 _mesa_unpack_ubyte_stencil_row(rb->Format, width, map, stencil);
205 _mesa_pack_stencil_span(ctx, width, type, dest, stencil, packing);
214 free(stencil);
412 * For a packed depth/stencil buffer being read as depth/stencil, just memcpy the
455 * For non-float-depth and stencil buffers being read as 24/8 depth/stencil,
535 /* The depth and stencil buffers might be separate, or a single buffer.
592 * Read combined depth/stencil values.
594 * depth and stencil buffers really exist.