Searched refs:newState (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/glu/dist/src/libtess/
H A Drender.c254 int newState; local in function:RenderLonelyTriangles
268 newState = ! e->Rface->inside;
269 if( edgeState != newState ) {
270 edgeState = newState;
H A Dtess.c154 static void GotoState( GLUtesselator *tess, enum TessState newState ) argument
156 while( tess->state != newState ) {
160 if( tess->state < newState ) {
/xsrc/external/mit/freetype/dist/src/gxvalid/
H A Dgxvcommn.c1105 FT_UShort newState; local in function:gxv_EntryTable_validate
1110 newState = FT_NEXT_USHORT( p );
1114 if ( newState < stateArray ||
1115 stateArray + stateArray_length < newState )
1117 GXV_TRACE(( " newState offset 0x%04x is out of stateArray\n",
1118 newState ));
1123 if ( 0 != ( ( newState - stateArray ) % ( 1 + maxClassID ) ) )
1125 GXV_TRACE(( " newState offset 0x%04x is not aligned to %d-classes\n",
1126 newState, 1 + maxClassID ));
1131 state = (FT_Byte)( ( newState
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DTMstate.c665 PushContext(TMContext *contextPtr, StatePtr newState) argument
712 newState->isCycleStart;
713 context->matches[context->numMatches].isCycleEnd = newState->isCycleEnd;
714 context->matches[context->numMatches].typeIndex = newState->typeIndex;
715 context->matches[context->numMatches++].modIndex = newState->modIndex;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.c263 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.c263 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState) argument
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkb.c605 XkbStateRec oldState,*newState; local in function:ProcXkbLatchLockState
628 newState = &tmpd->key->xkbInfo->state;
630 newState->locked_mods &= ~stuff->affectModLocks;
631 newState->locked_mods |= (stuff->affectModLocks & stuff->modLocks);
634 newState->locked_group = stuff->groupLock;
646 changed = XkbStateChangedFlags(&oldState, newState);
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkb.c626 XkbStateRec oldState, *newState; local in function:ProcXkbLatchLockState
650 newState = &tmpd->key->xkbInfo->state;
652 newState->locked_mods &= ~stuff->affectModLocks;
653 newState->locked_mods |=
657 newState->locked_group = stuff->groupLock;
669 changed = XkbStateChangedFlags(&oldState, newState);
/xsrc/external/mit/xorg-server/dist/dix/
H A Devents.c1825 AllowSome(ClientPtr client, TimeStamp time, DeviceIntPtr thisDev, int newState) argument
1858 switch (newState) {
1932 if (newState != NOT_GRABBED /* Replay */ &&
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Devents.c1593 int newState)
1629 switch (newState)
1590 AllowSome(ClientPtr client,TimeStamp time,DeviceIntPtr thisDev,int newState) argument

Completed in 76 milliseconds