Home
last modified time | relevance | path

Searched refs:CompileFlag (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddlist.c11344 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()
Dmtypes.h5007 GLboolean CompileFlag; /**< Compile GL commands into display list? */ member
Dget.c846 if (!ctx->CompileFlag) in find_custom_value()