Searched refs:do_stencil_test (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_stencil.c | 212 do_stencil_test(struct gl_context *ctx, GLuint face, GLuint n, in do_stencil_test() function 382 if (!do_stencil_test(ctx, face, count, stencilBuf, mask, stencilStride)) { in _swrast_stencil_and_ztest_span()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test.c | 354 do_stencil_test(struct depth_data *data, in do_stencil_test() function 651 passMask = do_stencil_test(data, func, ref, valMask); in depth_stencil_test_quad()
|