Searched refs:CompileFlag (Results 1 – 3 of 3) sorted by relevance
11344 if (ctx->CompileFlag) in _mesa_compile_error()13756 ctx->CompileFlag = GL_TRUE; in _mesa_NewList()13826 ctx->CompileFlag = GL_FALSE; in _mesa_EndList()13857 save_compile_flag = ctx->CompileFlag; in _mesa_CallList()13859 ctx->CompileFlag = GL_FALSE; in _mesa_CallList()13863 ctx->CompileFlag = save_compile_flag; in _mesa_CallList()13981 save_compile_flag = ctx->CompileFlag; in _mesa_CallLists()13982 ctx->CompileFlag = GL_FALSE; in _mesa_CallLists()13989 ctx->CompileFlag = save_compile_flag; in _mesa_CallLists()15048 ctx->CompileFlag = GL_FALSE; in _mesa_init_display_list()
5007 GLboolean CompileFlag; /**< Compile GL commands into display list? */ member
846 if (!ctx->CompileFlag) in find_custom_value()