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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcontext.h201 * \param newstate new state.
205 * __struct gl_contextRec::NewState with \p newstate.
207 #define FLUSH_VERTICES(ctx, newstate) \
213 ctx->NewState |= newstate; \
220 * \param newstate new state.
224 * __struct gl_contextRec::NewState with \p newstate.
226 #define FLUSH_CURRENT(ctx, newstate) \
232 ctx->NewState |= newstate; \
H A Dmatrix.h110 _mesa_update_modelview_project( struct gl_context *ctx, GLuint newstate );
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcontext.h178 * \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; \
H A Dmatrix.h176 _mesa_update_modelview_project( struct gl_context *ctx, GLuint newstate );
/xsrc/external/mit/glu/dist/src/libutil/
H A Dquad.c56 GLUquadric *newstate; local in function:gluNewQuadric
58 newstate = (GLUquadric *) malloc(sizeof(GLUquadric));
59 if (newstate == NULL) {
63 newstate->normals = GLU_SMOOTH;
64 newstate->textureCoords = GL_FALSE;
65 newstate->orientation = GLU_OUTSIDE;
66 newstate->drawStyle = GLU_FILL;
67 newstate->errorCallback = NULL;
68 return newstate;
/xsrc/external/mit/ctwm/dist/
H A Dworkspace_utils.c483 * newstate is the desired showing state.
491 ShowBackground(VirtualScreen *vs, int newstate) argument
496 if(newstate == state) {

Completed in 8 milliseconds