HomeSort by: relevance | last modified time | path
    Searched refs:newstate (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
context.h 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) \
    [all...]
matrix.h 176 _mesa_update_modelview_project( struct gl_context *ctx, GLuint newstate );
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
context.h 201 * \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) \
    [all...]
matrix.h 110 _mesa_update_modelview_project( struct gl_context *ctx, GLuint newstate );
  /xsrc/external/mit/glu/dist/src/libutil/
quad.c 56 GLUquadric *newstate; local
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/
workspace_utils.c 483 * newstate is the desired showing state.
491 ShowBackground(VirtualScreen *vs, int newstate)
496 if(newstate == state) {

Completed in 10 milliseconds