Searched refs:save_compile_flag (Results 1 – 1 of 1) sorted by relevance
9114 GLboolean save_compile_flag; in _mesa_CallList() local9132 save_compile_flag = ctx->CompileFlag; in _mesa_CallList()9133 if (save_compile_flag) { in _mesa_CallList()9138 ctx->CompileFlag = save_compile_flag; in _mesa_CallList()9141 if (save_compile_flag) { in _mesa_CallList()9156 GLboolean save_compile_flag; in _mesa_CallLists() local9182 save_compile_flag = ctx->CompileFlag; in _mesa_CallLists()9190 ctx->CompileFlag = save_compile_flag; in _mesa_CallLists()9193 if (save_compile_flag) { in _mesa_CallLists()