Home | History | Annotate | Download | only in main

Lines Matching refs:newstate

211  * \param newstate new state.
215 * __struct gl_contextRec::NewState with \p newstate.
217 #define FLUSH_VERTICES(ctx, newstate) \
223 ctx->NewState |= newstate; \
230 * \param newstate new state.
234 * __struct gl_contextRec::NewState with \p newstate.
236 #define FLUSH_CURRENT(ctx, newstate) \
242 ctx->NewState |= newstate; \