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.c13839 GLboolean save_compile_flag; in _mesa_CallList() local
13857 save_compile_flag = ctx->CompileFlag; in _mesa_CallList()
13858 if (save_compile_flag) { in _mesa_CallList()
13863 ctx->CompileFlag = save_compile_flag; in _mesa_CallList()
13866 if (save_compile_flag) { in _mesa_CallList()
13943 GLboolean save_compile_flag; in _mesa_CallLists() local
13981 save_compile_flag = ctx->CompileFlag; in _mesa_CallLists()
13989 ctx->CompileFlag = save_compile_flag; in _mesa_CallLists()
13992 if (save_compile_flag) { in _mesa_CallLists()