Home
last modified time | relevance | path

Searched refs:util_pstipple_create_stipple_texture (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.h45 util_pstipple_create_stipple_texture(struct pipe_context *pipe,
Du_pstipple.c103 util_pstipple_create_stipple_texture(struct pipe_context *pipe, in util_pstipple_create_stipple_texture() function
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c67 util_pstipple_create_stipple_texture(pipe, stipple->stipple); in svga_set_polygon_stipple()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c391 tex = util_pstipple_create_stipple_texture(&softpipe->pipe, in update_polygon_stipple_pattern()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c472 pstip->texture = util_pstipple_create_stipple_texture(pipe, NULL); in draw_install_pstipple_stage()