Lines Matching refs:newstate
178 * \param newstate new state.
182 * __struct gl_contextRec::NewState with \p newstate.
184 #define FLUSH_VERTICES(ctx, newstate, pop_attrib_mask) \
190 ctx->NewState |= newstate; \
198 * \param newstate new state.
202 * __struct gl_contextRec::NewState with \p newstate.
204 #define FLUSH_CURRENT(ctx, newstate) \
210 ctx->NewState |= newstate; \