Lines Matching refs:STATE
183 %token SCENECOLOR SECONDARY SHININESS SIZE_TOK SPECULAR SPOT STATE
1218 | STATE stateMatrixRows { memcpy($$, $2, sizeof($$)); }
1221 stateSingleItem: STATE stateMaterialItem { memcpy($$, $2, sizeof($$)); }
1222 | STATE stateLightItem { memcpy($$, $2, sizeof($$)); }
1223 | STATE stateLightModelItem { memcpy($$, $2, sizeof($$)); }
1224 | STATE stateLightProdItem { memcpy($$, $2, sizeof($$)); }
1225 | STATE stateTexGenItem { memcpy($$, $2, sizeof($$)); }
1226 | STATE stateTexEnvItem { memcpy($$, $2, sizeof($$)); }
1227 | STATE stateFogItem { memcpy($$, $2, sizeof($$)); }
1228 | STATE stateClipPlaneItem { memcpy($$, $2, sizeof($$)); }
1229 | STATE statePointItem { memcpy($$, $2, sizeof($$)); }
1230 | STATE stateMatrixRow { memcpy($$, $2, sizeof($$)); }
1231 | STATE stateDepthItem { memcpy($$, $2, sizeof($$)); }