Home | History | Annotate | Download | only in main

Lines Matching defs:DISABLE

43    DISABLE = 0,
236 { "GL_OES_depth32", o(dummy_false), DISABLE, 2005 },
260 { "GL_OES_stencil1", o(dummy_false), DISABLE, 2005 },
261 { "GL_OES_stencil4", o(dummy_false), DISABLE, 2005 },
627 * Either enable or disable the named extension.
637 _mesa_problem(ctx, "Trying to enable/disable extension after glGetString(GL_EXTENSIONS): %s", name);
643 _mesa_problem(ctx, "Trying to enable/disable unknown extension %s",
647 _mesa_problem(ctx, "Trying to disable a permanently enabled extension: "
671 * Disable the named extension.
678 _mesa_problem(ctx, "Trying to disable unknown extension: %s", name);
706 * enable or disable. The list is processed thus:
708 * - Disable recognized extension names that are prefixed with '-'.