Lines Matching +refs:val +refs:unit
13 GLenum cap, GLboolean val)
18 g->transform.clip[i] = val;
25 g->lighting.light[i].enable = val;
34 g->eval.autoNormal = val;
39 g->buffer.alphaTest = val;
44 g->buffer.blend = val;
49 if (!val)
61 g->lighting.colorMaterial = val;
68 g->lighting.colorSumEXT = val;
79 g->polygon.cullFace = val;
84 g->buffer.depthTest = val;
89 g->buffer.dither = val;
94 g->fog.enable = val;
99 g->lighting.lighting = val;
104 g->line.lineSmooth = val;
109 g->line.lineStipple = val;
114 g->buffer.logicOp = val;
119 g->buffer.indexLogicOp = val;
124 g->transform.normalize = val;
129 g->point.pointSmooth = val;
134 g->polygon.polygonOffsetFill = val;
139 g->polygon.polygonOffsetLine = val;
144 g->polygon.polygonOffsetPoint = val;
149 g->polygon.polygonSmooth = val;
154 g->polygon.polygonStipple = val;
161 g->regcombiner.enabledRegCombiners = val;
174 g->regcombiner.enabledPerStageConstants = val;
187 g->texture.unit[g->texture.curTextureUnit].enabledRect = val;
199 g->transform.rescaleNormals = val;
205 g->viewport.scissorTest = val;
210 g->stencil.stencilTest= val;
215 g->texture.unit[g->texture.curTextureUnit].enabled1D = val;
220 g->texture.unit[g->texture.curTextureUnit].enabled2D = val;
226 g->texture.unit[g->texture.curTextureUnit].enabled3D = val;
234 g->texture.unit[g->texture.curTextureUnit].enabledCubeMap = val;
245 g->texture.unit[g->texture.curTextureUnit].textureGen.q = val;
250 g->texture.unit[g->texture.curTextureUnit].textureGen.r = val;
255 g->texture.unit[g->texture.curTextureUnit].textureGen.s = val;
260 g->texture.unit[g->texture.curTextureUnit].textureGen.t = val;
275 crStateError( __LINE__, __FILE__, GL_INVALID_OPERATION, "Map stuff was enabled while the current texture unit was not GL_TEXTURE0_ARB!" );
278 g->eval.enable1D[cap - GL_MAP1_COLOR_4] = val;
294 crStateError( __LINE__, __FILE__, GL_INVALID_OPERATION, "Map stuff was enabled while the current texture unit was not GL_TEXTURE0_ARB!" );
298 g->eval.enable2D[cap - GL_MAP2_COLOR_4] = val;
304 g->multisample.enabled = val;
309 g->multisample.sampleAlphaToCoverage = val;
314 g->multisample.sampleAlphaToOne = val;
319 g->multisample.sampleCoverage = val;
327 g->program.vpEnabled = val;
332 g->program.vpEnabled = val;
343 g->program.vpPointSize = val;
348 g->program.vpPointSize = val;
359 g->program.vpTwoSide = val;
364 g->program.vpTwoSide = val;
392 g->eval.enableAttrib1D[i] = val;
415 g->eval.enableAttrib2D[i] = val;
424 g->program.fpEnabled = val;
437 g->program.fpEnabledARB = val;
449 g->transform.rasterPositionUnclipped = val;
457 g->point.pointSprite = val;
494 if (val)
501 g->stencil.stencilTwoSideEXT= val;