Lines Matching defs:mode
43 void STATE_APIENTRY crStateHint(GLenum target, GLenum mode)
59 if (mode != GL_FASTEST && mode != GL_NICEST && mode != GL_DONT_CARE) {
61 "glHint(mode)");
67 h->perspectiveCorrection = mode;
71 h->fog = mode;
75 h->lineSmooth = mode;
79 h->pointSmooth = mode;
83 h->polygonSmooth = mode;
89 h->clipVolumeClipping = mode;
102 h->textureCompression = mode;
115 h->generateMipmap = mode;