Lines Matching refs:STATE
194 %token SCENECOLOR SECONDARY SHININESS SIZE_TOK SPECULAR SPOT STATE
1224 | STATE stateMatrixRows { memcpy($$, $2, sizeof($$)); }
1227 stateSingleItem: STATE stateMaterialItem { memcpy($$, $2, sizeof($$)); }
1228 | STATE stateLightItem { memcpy($$, $2, sizeof($$)); }
1229 | STATE stateLightModelItem { memcpy($$, $2, sizeof($$)); }
1230 | STATE stateLightProdItem { memcpy($$, $2, sizeof($$)); }
1231 | STATE stateTexGenItem { memcpy($$, $2, sizeof($$)); }
1232 | STATE stateTexEnvItem { memcpy($$, $2, sizeof($$)); }
1233 | STATE stateFogItem { memcpy($$, $2, sizeof($$)); }
1234 | STATE stateClipPlaneItem { memcpy($$, $2, sizeof($$)); }
1235 | STATE statePointItem { memcpy($$, $2, sizeof($$)); }
1236 | STATE stateMatrixRow { memcpy($$, $2, sizeof($$)); }
1237 | STATE stateDepthItem { memcpy($$, $2, sizeof($$)); }