Searched refs:GL_SAMPLE_ALPHA_TO_ONE (Results 1 – 19 of 19) sorted by relevance
270 #define GL_SAMPLE_ALPHA_TO_ONE 0x809F macro
1988 mFunctions->enable(GL_SAMPLE_ALPHA_TO_ONE); in setSampleAlphaToOneStateEnabled()1992 mFunctions->disable(GL_SAMPLE_ALPHA_TO_ONE); in setSampleAlphaToOneStateEnabled()
161 #define GL_SAMPLE_ALPHA_TO_ONE 0x809F macro
136 #define GL_SAMPLE_ALPHA_TO_ONE 0x809F macro
1213 case GL_SAMPLE_ALPHA_TO_ONE: context->setSampleAlphaToOneEnabled(false); break; in Disable()1350 case GL_SAMPLE_ALPHA_TO_ONE: context->setSampleAlphaToOneEnabled(true); break; in Enable()2517 case GL_SAMPLE_ALPHA_TO_ONE: return context->isSampleAlphaToOneEnabled(); break; in IsEnabled()
734 gl.disable (GL_SAMPLE_ALPHA_TO_ONE); in resetStateGLCore()
140 #define GL_SAMPLE_ALPHA_TO_ONE 0x809F macro
811 _mesa_set_enable(ctx, GL_SAMPLE_ALPHA_TO_ONE, GL_FALSE); in _mesa_meta_begin()1175 _mesa_set_enable(ctx, GL_SAMPLE_ALPHA_TO_ONE, save_ms->SampleAlphaToOne); in _mesa_meta_end()
1518 GL_SAMPLE_ALPHA_TO_ONE); in _mesa_PopAttrib()
1777 #define GL_SAMPLE_ALPHA_TO_ONE 0x809F macro
518 #define GL_SAMPLE_ALPHA_TO_ONE 0x809F macro
160 #define GL_SAMPLE_ALPHA_TO_ONE 0x809F macro
357 #define GL_SAMPLE_ALPHA_TO_ONE 0x809F macro
4278 glEnable(GL_SAMPLE_ALPHA_TO_ONE); in vrend_hw_emit_blend()4280 glDisable(GL_SAMPLE_ALPHA_TO_ONE); in vrend_hw_emit_blend()
517 #define GL_SAMPLE_ALPHA_TO_ONE 0x809F macro
158 #define GL_SAMPLE_ALPHA_TO_ONE 0x809F macro
1281 #define GL_SAMPLE_ALPHA_TO_ONE 0x809F macro
1952 pub const GL_SAMPLE_ALPHA_TO_ONE: u32 = 32927; constant