Searched refs:use_fprog (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.c219 GLboolean use_fprog = _swrast_use_fragment_program(ctx); local in function:_swrast_update_deferred_texture
221 if (use_fprog &&
226 else if (use_fprog && fprog->info.fs.uses_discard) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.c219 GLboolean use_fprog = _swrast_use_fragment_program(ctx); local in function:_swrast_update_deferred_texture
221 if (use_fprog &&
226 else if (use_fprog && fprog->info.fs.uses_discard) {

Completed in 4 milliseconds