Home
last modified time | relevance | path

Searched refs:_swrast_use_fragment_program (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_context.c107 if (_swrast_use_fragment_program(ctx)) { in _swrast_update_rasterflags()
172 _swrast_use_fragment_program(ctx) || in _swrast_update_fog_hint()
222 GLboolean use_fprog = _swrast_use_fragment_program(ctx); in _swrast_update_deferred_texture()
256 swrast->_FogEnabled = (!_swrast_use_fragment_program(ctx) && in _swrast_update_fog_state()
268 if (!_swrast_use_fragment_program(ctx)) in _swrast_update_fragment_program()
290 && !_swrast_use_fragment_program(ctx) in _swrast_update_specular_vertex_add()
501 if (_swrast_use_fragment_program(ctx)) { in _swrast_update_active_attribs()
Ds_fragprog.h35 _swrast_use_fragment_program(struct gl_context *ctx);
Ds_span.c144 if (_swrast_use_fragment_program(ctx) || in _swrast_span_default_attribs()
505 || _swrast_use_fragment_program(ctx); in interpolate_texcoords()
525 if (_swrast_use_fragment_program(ctx) in interpolate_texcoords()
566 if (_swrast_use_fragment_program(ctx) || in interpolate_texcoords()
840 assert(!_swrast_use_fragment_program(ctx)); in add_specular()
978 if (_swrast_use_fragment_program(ctx) || in shade_texture_span()
1007 if (_swrast_use_fragment_program(ctx)) { in shade_texture_span()
1140 const GLboolean shader = (_swrast_use_fragment_program(ctx) in _swrast_write_rgba_span()
1315 _swrast_use_fragment_program(ctx) in _swrast_write_rgba_span()
Ds_aatriangle.c287 || _swrast_use_fragment_program(ctx) in _swrast_set_aa_triangle_function()
Ds_lines.c238 || _swrast_use_fragment_program(ctx) in _swrast_choose_line()
Ds_fragprog.c42 _swrast_use_fragment_program(struct gl_context *ctx) in _swrast_use_fragment_program() function
Ds_aalinetemp.h70 && !_swrast_use_fragment_program(ctx)) { in NAME()
Ds_triangle.c1043 _swrast_use_fragment_program(ctx) || in _swrast_choose_triangle()
1072 && !_swrast_use_fragment_program(ctx) in _swrast_choose_triangle()
Ds_aaline.c484 || _swrast_use_fragment_program(ctx) in _swrast_choose_aa_line_function()