Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c9114 GLboolean save_compile_flag; in _mesa_CallList() local
9132 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() local
9182 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()