Home | History | Annotate | Download | only in common

Lines Matching refs:Enable

134    driver->Enable = NULL;
259 ctx->Driver.Enable(ctx, GL_ALPHA_TEST, ctx->Color.AlphaEnabled);
260 ctx->Driver.Enable(ctx, GL_BLEND, ctx->Color.BlendEnabled);
261 ctx->Driver.Enable(ctx, GL_COLOR_LOGIC_OP, ctx->Color.ColorLogicOpEnabled);
262 ctx->Driver.Enable(ctx, GL_COLOR_SUM, ctx->Fog.ColorSumEnabled);
263 ctx->Driver.Enable(ctx, GL_CULL_FACE, ctx->Polygon.CullFlag);
264 ctx->Driver.Enable(ctx, GL_DEPTH_TEST, ctx->Depth.Test);
265 ctx->Driver.Enable(ctx, GL_DITHER, ctx->Color.DitherFlag);
266 ctx->Driver.Enable(ctx, GL_FOG, ctx->Fog.Enabled);
267 ctx->Driver.Enable(ctx, GL_LIGHTING, ctx->Light.Enabled);
268 ctx->Driver.Enable(ctx, GL_LINE_SMOOTH, ctx->Line.SmoothFlag);
269 ctx->Driver.Enable(ctx, GL_POLYGON_STIPPLE, ctx->Polygon.StippleFlag);
270 ctx->Driver.Enable(ctx, GL_SCISSOR_TEST, ctx->Scissor.Enabled);
271 ctx->Driver.Enable(ctx, GL_STENCIL_TEST, ctx->Stencil._Enabled);
272 ctx->Driver.Enable(ctx, GL_TEXTURE_1D, GL_FALSE);
273 ctx->Driver.Enable(ctx, GL_TEXTURE_2D, GL_FALSE);
274 ctx->Driver.Enable(ctx, GL_TEXTURE_RECTANGLE_NV, GL_FALSE);
275 ctx->Driver.Enable(ctx, GL_TEXTURE_3D, GL_FALSE);
276 ctx->Driver.Enable(ctx, GL_TEXTURE_CUBE_MAP, GL_FALSE);