Lines Matching refs:STATE
183 %token SCENECOLOR SECONDARY SHININESS SIZE_TOK SPECULAR SPOT STATE
1356 | STATE stateMatrixRows { memcpy($$, $2, sizeof($$)); }
1359 stateSingleItem: STATE stateMaterialItem { memcpy($$, $2, sizeof($$)); }
1360 | STATE stateLightItem { memcpy($$, $2, sizeof($$)); }
1361 | STATE stateLightModelItem { memcpy($$, $2, sizeof($$)); }
1362 | STATE stateLightProdItem { memcpy($$, $2, sizeof($$)); }
1363 | STATE stateTexGenItem { memcpy($$, $2, sizeof($$)); }
1364 | STATE stateTexEnvItem { memcpy($$, $2, sizeof($$)); }
1365 | STATE stateFogItem { memcpy($$, $2, sizeof($$)); }
1366 | STATE stateClipPlaneItem { memcpy($$, $2, sizeof($$)); }
1367 | STATE statePointItem { memcpy($$, $2, sizeof($$)); }
1368 | STATE stateMatrixRow { memcpy($$, $2, sizeof($$)); }
1369 | STATE stateDepthItem { memcpy($$, $2, sizeof($$)); }