Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Ddlist.c11173 if (ctx->CompileFlag) in _mesa_compile_error()
13582 ctx->CompileFlag = GL_TRUE; in _mesa_NewList()
13812 ctx->CompileFlag = GL_FALSE; in _mesa_EndList()
13844 save_compile_flag = ctx->CompileFlag; in _mesa_CallList()
13846 ctx->CompileFlag = GL_FALSE; in _mesa_CallList()
13852 ctx->CompileFlag = save_compile_flag; in _mesa_CallList()
13957 save_compile_flag = ctx->CompileFlag; in _mesa_CallLists()
13958 ctx->CompileFlag = GL_FALSE; in _mesa_CallLists()
14039 ctx->CompileFlag = save_compile_flag; in _mesa_CallLists()
15151 ctx->CompileFlag = GL_FALSE; in _mesa_init_display_list()
Dmtypes.h5287 GLboolean CompileFlag; /**< Compile GL commands into display list? */ member
Dget.c861 if (!ctx->CompileFlag) in find_custom_value()