Searched refs:stencilBuf (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_stencil.c361 GLubyte *stencilBuf; local in function:_swrast_stencil_and_ztest_span
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; local in function:_swrast_write_stencil_span
523 stencilBuf
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_stencil.c421 GLubyte *stencilBuf; local in function:_swrast_stencil_and_ztest_span
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; local in function:_swrast_write_stencil_span
583 stencilBuf
[all...]

Completed in 9 milliseconds