Lines Matching refs:STATE
183 %token SCENECOLOR SECONDARY SHININESS SIZE_TOK SPECULAR SPOT STATE
1212 | STATE stateMatrixRows { memcpy($$, $2, sizeof($$)); }
1215 stateSingleItem: STATE stateMaterialItem { memcpy($$, $2, sizeof($$)); }
1216 | STATE stateLightItem { memcpy($$, $2, sizeof($$)); }
1217 | STATE stateLightModelItem { memcpy($$, $2, sizeof($$)); }
1218 | STATE stateLightProdItem { memcpy($$, $2, sizeof($$)); }
1219 | STATE stateTexGenItem { memcpy($$, $2, sizeof($$)); }
1220 | STATE stateTexEnvItem { memcpy($$, $2, sizeof($$)); }
1221 | STATE stateFogItem { memcpy($$, $2, sizeof($$)); }
1222 | STATE stateClipPlaneItem { memcpy($$, $2, sizeof($$)); }
1223 | STATE statePointItem { memcpy($$, $2, sizeof($$)); }
1224 | STATE stateMatrixRow { memcpy($$, $2, sizeof($$)); }
1225 | STATE stateDepthItem { memcpy($$, $2, sizeof($$)); }