Home
last modified time | relevance | path

Searched refs:_mesa_apply_stencil_transfer_ops (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpixeltransfer.h72 _mesa_apply_stencil_transfer_ops(const struct gl_context *ctx, GLuint n,
Dpixeltransfer.c251 _mesa_apply_stencil_transfer_ops(const struct gl_context *ctx, GLuint n, in _mesa_apply_stencil_transfer_ops() function
Dpack.c627 _mesa_apply_stencil_transfer_ops(ctx, n, stencil); in _mesa_pack_stencil_span()
1181 _mesa_apply_stencil_transfer_ops(ctx, n, stencilCopy); in _mesa_pack_depth_stencil_span()
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c408 _mesa_apply_stencil_transfer_ops(ctx, width, stencil); in copy_stencil_pixels()