Home | History | Annotate | Download | only in program

Lines Matching full:"$ state"

1355 stateMultipleItem: stateSingleItem        { memcpy($$, $1, sizeof($$)); }
1356 | STATE
stateMatrixRows { memcpy($$, $2, sizeof($$)); }
1359 stateMultipleItem: stateSingleItem { memcpy($$, $1, sizeof($$)); }
1360 | STATE stateMatrixRows { memcpy($$, $2, sizeof($$)); }
1361 ;
1362
1363 stateSingleItem: STATE stateMaterialItem { memcpy($$, $2, sizeof($$)); }
1364 | STATE
stateLightItem { memcpy($$, $2, sizeof($$)); }
stateLightItem { memcpy($$, $2, sizeof($$)); }
1365 | STATE
stateLightModelItem { memcpy($$, $2, sizeof($$)); }
stateLightModelItem { memcpy($$, $2, sizeof($$)); }
1366 | STATE
stateLightProdItem { memcpy($$, $2, sizeof($$)); }
stateLightProdItem { memcpy($$, $2, sizeof($$)); }
1367 | STATE
stateTexGenItem { memcpy($$, $2, sizeof($$)); }
stateTexGenItem { memcpy($$, $2, sizeof($$)); }
1368 | STATE
stateTexEnvItem { memcpy($$, $2, sizeof($$)); }
stateTexEnvItem { memcpy($$, $2, sizeof($$)); }
1369 | STATE
stateFogItem { memcpy($$, $2, sizeof($$)); }
stateFogItem { memcpy($$, $2, sizeof($$)); }
1370 | STATE
stateClipPlaneItem { memcpy($$, $2, sizeof($$)); }
stateClipPlaneItem { memcpy($$, $2, sizeof($$)); }
1371 | STATE
statePointItem { memcpy($$, $2, sizeof($$)); }
statePointItem { memcpy($$, $2, sizeof($$)); }
1372 | STATE
stateMatrixRow { memcpy($$, $2, sizeof($$)); }
stateMatrixRow { memcpy($$, $2, sizeof($$)); }
1373 | STATE
stateDepthItem { memcpy($$, $2, sizeof($$)); }