Lines Matching defs:stencilBuf
361 GLubyte *stencilBuf;
367 stencilBuf = stencilTemp;
374 stencilBuf = _swrast_pixel_address(rb, span->x, span->y) + stencilOffset;
381 if (!do_stencil_test(ctx, face, count, stencilBuf, mask, stencilStride)) {
402 stencilBuf, mask, stencilStride);
424 count, stencilBuf, failMask, stencilStride);
428 count, stencilBuf, passMask, stencilStride);
435 stencilBuf);
502 GLubyte *stencilBuf;
523 stencilBuf = _swrast_pixel_address(rb, x, y);
531 _mesa_unpack_ubyte_stencil_row(rb->Format, n, stencilBuf, destVals);
536 _mesa_pack_ubyte_stencil_row(rb->Format, n, newVals, stencilBuf);
539 _mesa_pack_ubyte_stencil_row(rb->Format, n, stencil, stencilBuf);