Home | History | Annotate | Download | only in main

Lines Matching refs:NewState

248       if (params && params->StateFlags & ctx->NewState) {
258 if (params /*&& params->StateFlags & ctx->NewState*/) {
266 if (params && params->StateFlags & ctx->NewState) {
445 * If __struct gl_contextRec::NewState is non-zero then this function \b must
458 GLbitfield new_state = ctx->NewState;
572 * Set ctx->NewState to zero to avoid recursion if
575 new_state = ctx->NewState | new_prog_state;
576 ctx->NewState = 0;
632 ctx->NewState |= _NEW_VARYING_VP_INPUTS;
654 ctx->NewState |= _NEW_PROGRAM;