Searched refs:Operator (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dshadowtex.c98 static GLint Operator = 0; variable in typeref:typename:GLint
751 Operator++;
752 if (Operator >= 8)
753 Operator = 0;
754 printf("Operator: %s\n", OperatorName[Operator]);
757 OperatorFunc[Operator]);

Completed in 3 milliseconds