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

/external/mesa3d/src/mesa/swrast/
H A Ds_fragprog.h35 _swrast_use_fragment_program(struct gl_context *ctx);
H A Ds_context.c107 if (_swrast_use_fragment_program(ctx)) {
172 _swrast_use_fragment_program(ctx) ||
222 GLboolean use_fprog = _swrast_use_fragment_program(ctx);
256 swrast->_FogEnabled = (!_swrast_use_fragment_program(ctx) &&
268 if (!_swrast_use_fragment_program(ctx))
290 && !_swrast_use_fragment_program(ctx)
501 if (_swrast_use_fragment_program(ctx)) {
H A Ds_span.c144 if (_swrast_use_fragment_program(ctx) ||
505 || _swrast_use_fragment_program(ctx);
525 if (_swrast_use_fragment_program(ctx)
566 if (_swrast_use_fragment_program(ctx) ||
840 assert(!_swrast_use_fragment_program(ctx));
978 if (_swrast_use_fragment_program(ctx) ||
1007 if (_swrast_use_fragment_program(ctx)) {
1140 const GLboolean shader = (_swrast_use_fragment_program(ctx)
1315 _swrast_use_fragment_program(ctx)
H A Ds_aatriangle.c287 || _swrast_use_fragment_program(ctx)
H A Ds_fragprog.c42 _swrast_use_fragment_program(struct gl_context *ctx) function
H A Ds_lines.c238 || _swrast_use_fragment_program(ctx)
H A Ds_aalinetemp.h70 && !_swrast_use_fragment_program(ctx)) {
H A Ds_aaline.c484 || _swrast_use_fragment_program(ctx)
H A Ds_triangle.c1043 _swrast_use_fragment_program(ctx) ||
1072 && !_swrast_use_fragment_program(ctx)

Completed in 171 milliseconds