Lines Matching refs:LOCKED
50 #define LOCKED 0x00000200
77 #define LOCK_MASK (LOCKED|UNLOCKED)
158 (flags & LOCKED) ? "locked arrays, " : "",
769 if (allowed & LOCKED) {
770 if (state & LOCKED) {
787 if (allowed & LOCKED) {
788 if (state & LOCKED) {
801 if (allowed & LOCKED) {
802 if (state & LOCKED) {
941 ModeMenu((LOCKED|IMMEDIATE|DRAW_ELTS|TRIANGLES) & allowed);
1075 allowed &= ~(LOCKED|DRAW_ARRAYS|DRAW_ELTS|ARRAY_ELT);
1080 allowed &= ~LOCKED;
1116 if (allowed & LOCKED) {
1117 glutAddMenuEntry("Locked Arrays (CVA)", LOCKED);