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.c9415 GLboolean save_compile_flag; in _mesa_CallList() local
9433 save_compile_flag = ctx->CompileFlag; in _mesa_CallList()
9434 if (save_compile_flag) { in _mesa_CallList()
9439 ctx->CompileFlag = save_compile_flag; in _mesa_CallList()
9442 if (save_compile_flag) { in _mesa_CallList()
9519 GLboolean save_compile_flag; in _mesa_CallLists() local
9557 save_compile_flag = ctx->CompileFlag; in _mesa_CallLists()
9565 ctx->CompileFlag = save_compile_flag; in _mesa_CallLists()
9568 if (save_compile_flag) { in _mesa_CallLists()