Searched refs:DepthTestPixels (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/opengl/mesa/ |
H A D | pb.c | 206 (*ctx->Driver.DepthTestPixels)( ctx, PB->count, PB->x, PB->y, PB->z, mask ); in gl_flush_pb() 290 (*ctx->Driver.DepthTestPixels)( ctx, PB->count, PB->x, PB->y, PB->z, mask ); in gl_flush_pb() 362 (*ctx->Driver.DepthTestPixels)( ctx, PB->count, PB->x, PB->y, PB->z, mask ); in gl_flush_pb() 419 (*ctx->Driver.DepthTestPixels)( ctx, PB->count, PB->x, PB->y, PB->z, mask ); in gl_flush_pb()
|
H A D | dd.h | 386 void (*DepthTestPixels)( GLcontext *ctx, member
|
H A D | context.c | 1888 ctx->Driver.DepthTestPixels = gl_depth_test_pixels_less; in gl_update_state() 1892 ctx->Driver.DepthTestPixels = gl_depth_test_pixels_greater; in gl_update_state() 1896 ctx->Driver.DepthTestPixels = gl_depth_test_pixels_generic; in gl_update_state() 1901 ctx->Driver.DepthTestPixels = gl_depth_test_pixels_generic; in gl_update_state()
|
H A D | stencil.c | 906 if (ctx->Driver.DepthTestPixels) in gl_depth_stencil_pixels() 907 (*ctx->Driver.DepthTestPixels)( ctx, n, x, y, z, mask ); in gl_depth_stencil_pixels()
|