Lines Matching defs:stencilBuf
421 GLubyte *stencilBuf;
427 stencilBuf = stencilTemp;
434 stencilBuf = _swrast_pixel_address(rb, span->x, span->y) + stencilOffset;
441 if (!do_stencil_test(ctx, face, count, stencilBuf, mask, stencilStride)) {
462 stencilBuf, mask, stencilStride);
484 count, stencilBuf, failMask, stencilStride);
488 count, stencilBuf, passMask, stencilStride);
495 stencilBuf);
562 GLubyte *stencilBuf;
583 stencilBuf = _swrast_pixel_address(rb, x, y);
591 _mesa_unpack_ubyte_stencil_row(rb->Format, n, stencilBuf, destVals);
596 _mesa_pack_ubyte_stencil_row(rb->Format, n, newVals, stencilBuf);
599 _mesa_pack_ubyte_stencil_row(rb->Format, n, stencil, stencilBuf);