Lines Matching refs:OPTION
157 %token OPTION OUTPUT
296 state->option.TexRect =
301 optionSequence: optionSequence option
305 option: OPTION string ';'
320 ? "invalid ARB vertex program option"
321 : "invalid ARB fragment program option";
564 option.NV_fragment) {
588 if (!state->option.NV_fragment) {
618 if (!state->option.NV_fragment) {
647 if (state->option.PositionInvariant
1950 if (!state->option.NV_fragment) {
2072 if (state->option.DrawBuffers)
2084 if (!state->option.DrawBuffers) {
2088 * If this option is not specified, a fragment
2095 "`OPTION ARB_draw_buffers' or "
2096 "`OPTION ATI_draw_buffers'");