Lines Matching refs:Enable
141 driver->Enable = NULL;
248 ctx->Driver.Enable(ctx, GL_ALPHA_TEST, ctx->Color.AlphaEnabled);
249 ctx->Driver.Enable(ctx, GL_BLEND, ctx->Color.BlendEnabled);
250 ctx->Driver.Enable(ctx, GL_COLOR_LOGIC_OP, ctx->Color.ColorLogicOpEnabled);
251 ctx->Driver.Enable(ctx, GL_COLOR_SUM, ctx->Fog.ColorSumEnabled);
252 ctx->Driver.Enable(ctx, GL_CULL_FACE, ctx->Polygon.CullFlag);
253 ctx->Driver.Enable(ctx, GL_DEPTH_TEST, ctx->Depth.Test);
254 ctx->Driver.Enable(ctx, GL_DITHER, ctx->Color.DitherFlag);
255 ctx->Driver.Enable(ctx, GL_FOG, ctx->Fog.Enabled);
256 ctx->Driver.Enable(ctx, GL_LIGHTING, ctx->Light.Enabled);
257 ctx->Driver.Enable(ctx, GL_LINE_SMOOTH, ctx->Line.SmoothFlag);
258 ctx->Driver.Enable(ctx, GL_POLYGON_STIPPLE, ctx->Polygon.StippleFlag);
259 ctx->Driver.Enable(ctx, GL_SCISSOR_TEST, ctx->Scissor.EnableFlags);
260 ctx->Driver.Enable(ctx, GL_STENCIL_TEST, ctx->Stencil.Enabled);
261 ctx->Driver.Enable(ctx, GL_TEXTURE_1D, GL_FALSE);
262 ctx->Driver.Enable(ctx, GL_TEXTURE_2D, GL_FALSE);
263 ctx->Driver.Enable(ctx, GL_TEXTURE_RECTANGLE_NV, GL_FALSE);
264 ctx->Driver.Enable(ctx, GL_TEXTURE_3D, GL_FALSE);
265 ctx->Driver.Enable(ctx, GL_TEXTURE_CUBE_MAP, GL_FALSE);