Home | History | Annotate | Download | only in main

Lines Matching refs:CompileFlag

7630    if (ctx->CompileFlag)
9045 ctx->CompileFlag = GL_TRUE;
9104 ctx->CompileFlag = GL_FALSE;
9129 /* VERY IMPORTANT: Save the CompileFlag status, turn it off,
9130 * execute the display list, and restore the CompileFlag.
9132 save_compile_flag = ctx->CompileFlag;
9134 ctx->CompileFlag = GL_FALSE;
9138 ctx->CompileFlag = save_compile_flag;
9179 /* Save the CompileFlag status, turn it off, execute display list,
9180 * and restore the CompileFlag.
9182 save_compile_flag = ctx->CompileFlag;
9183 ctx->CompileFlag = GL_FALSE;
9190 ctx->CompileFlag = save_compile_flag;
11102 ctx->CompileFlag = GL_FALSE;