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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Derrors.c299 GLboolean do_output, do_log; local in function:_mesa_error
307 do_output = should_output(ctx, error, fmtString);
322 if (do_output || do_log) {
348 if (do_output) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Derrors.c302 GLboolean do_output, do_log; local in function:_mesa_error
310 do_output = should_output(ctx, error, fmtString);
325 if (do_output || do_log) {
351 if (do_output) {

Completed in 3 milliseconds