Home
last modified time | relevance | path

Searched refs:draw_wide_point_sprites (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c267 draw_wide_point_sprites(llvmpipe->draw, FALSE); in llvmpipe_create_context()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.h115 void draw_wide_point_sprites(struct draw_context *draw, boolean draw_sprite);
Ddraw_context.c543 draw_wide_point_sprites(struct draw_context *draw, boolean draw_sprite) in draw_wide_point_sprites() function
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c356 draw_wide_point_sprites(softpipe->draw, TRUE); in softpipe_create_context()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c410 draw_wide_point_sprites(r300->draw, FALSE);
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_draw.c525 draw_wide_point_sprites(draw, true); in nv30_draw_init()