Searched defs:save_compile_flag (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddlist.c9114 GLboolean save_compile_flag; local
9132 save_compile_flag = ctx->CompileFlag;
9133 if (save_compile_flag) {
9138 ctx->CompileFlag = save_compile_flag;
9141 if (save_compile_flag) {
9156 GLboolean save_compile_flag; local
9182 save_compile_flag = ctx->CompileFlag;
9190 ctx->CompileFlag = save_compile_flag;
9193 if (save_compile_flag) {
/external/mesa3d/src/mesa/main/
H A Ddlist.c9114 GLboolean save_compile_flag; local
9132 save_compile_flag = ctx->CompileFlag;
9133 if (save_compile_flag) {
9138 ctx->CompileFlag = save_compile_flag;
9141 if (save_compile_flag) {
9156 GLboolean save_compile_flag; local
9182 save_compile_flag = ctx->CompileFlag;
9190 ctx->CompileFlag = save_compile_flag;
9193 if (save_compile_flag) {

Completed in 367 milliseconds