Searched refs:dithering (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dblendxor.c18 int dithering = 0; variable in typeref:typename:int
50 dithering = !dithering;
74 (dithering) ? glEnable(GL_DITHER) : glDisable(GL_DITHER);
H A Dblendeq.c18 static int dithering = 0; variable in typeref:typename:int
83 dithering = !dithering;
128 (dithering) ? glEnable(GL_DITHER) : glDisable(GL_DITHER);
H A Dtri.c39 GLenum dithering = GL_TRUE; variable in typeref:typename:GLenum
184 dithering = !dithering;
255 (dithering) ? glEnable(GL_DITHER) : glDisable(GL_DITHER);
H A Dlogo.c59 GLboolean dithering; variable in typeref:typename:GLboolean
1331 dithering = GL_TRUE;
1439 dithering = !dithering;
1440 (dithering) ? glEnable(GL_DITHER) : glDisable(GL_DITHER);
/xsrc/external/mit/MesaLib/dist/docs/
H A Dperf.rst8 #. Turn off dithering when not needed.
42 #. Try disabling dithering with the MESA_NO_DITHER environment variable.
43 If this env var is defined Mesa will disable dithering and the
H A Dxlibdriver.rst105 dithering) should nearly match those in the bottom row (drawn as grays).
H A Denvvars.rst637 disable dithering for alpha to coverage
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dblend.rst67 Whether dithering is enabled.
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dblend.rst67 Whether dithering is enabled.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D13.0.4.rst98 - meta: Disable dithering during glGenerateMipmap
H A D20.0.0.rst3498 - lima: set dithering flag when necessary
H A D21.1.0.rst2894 - turnip: add missing register write to disable dithering

Completed in 22 milliseconds