Lines Matching defs:wireframe
86 // "wireframe" flag (true if we use wireframe view)87 int wireframe;236 printf(" W Toggle wireframe mode\n");441 if (!wireframe)709 if (!wireframe)886 wireframe = !wireframe;888 wireframe ? GL_LINE : GL_FILL);1037 // Set filled polygon mode as default (not wireframe)1039 wireframe = 0;