Searched refs:CompileFlag (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddlist.c7630 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
[all...]
H A Dmtypes.h3429 GLboolean CompileFlag; /**< Compile GL commands into display list? */ member in struct:gl_context
H A Dget.c1618 if (!ctx->CompileFlag)
/external/mesa3d/src/mesa/main/
H A Ddlist.c7630 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
[all...]
H A Dmtypes.h3429 GLboolean CompileFlag; /**< Compile GL commands into display list? */ member in struct:gl_context
H A Dget.c1618 if (!ctx->CompileFlag)

Completed in 497 milliseconds