Home
last modified time | relevance | path

Searched refs:useDithering (Results 1 – 17 of 17) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/
H A DGLSLOutput.cpp20 GLSLOutput::GLSLOutput(int texunit, bool useDithering, unsigned int ditherDepth, bool fullrange, GL… in GLSLOutput() argument
38 m_dither = useDithering; in GLSLOutput()
H A DGLSLOutput.h24 bool useDithering,
H A DWinVideoFilter.h63 …bool Create(bool useLUT, bool useDithering, int ditherDepth, bool toneMapping, int toneMethod, boo…
H A DWinVideoFilter.cpp290 bool useLUT, bool useDithering, int ditherDepth, bool toneMapping, int toneMethod, bool HLGtoPQ) in Create() argument
300 if (useDithering) in Create()
/dports/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0/src/
H A Dvia_ums.h133 Bool useDithering; member
142 Bool useDithering; member
H A Dvia_fp.c961 panel->useDithering = ViaPanelNativeModes[index].useDithering; in viaLVDSGetFPInfoFromScratchPad()
975 panel->useDithering ? "On (18 bit)" : "Off (24 bit)"); in viaLVDSGetFPInfoFromScratchPad()
1289 viaLVDS2SetDithering(pScrn, Panel->useDithering ? TRUE : FALSE); in via_lvds_mode_set()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/qmmp/
H A Dqmmpsettings.h102 bool useDithering() const;
H A Ddithering.cpp28 m_enabled = QmmpSettings::instance()->useDithering(); in Dithering()
H A Dqmmpsettings.cpp118 bool QmmpSettings::useDithering() const in useDithering() function in QmmpSettings
H A Dqmmpaudioengine.cpp320 m_dithering->setEnabled(m_settings->useDithering()); in updateAudioSettings()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpulib/
H A Dgpu.h97 int useDithering:1; /* 0 - off , 1 - on */ member
H A Dgpu.c815 gpu.useDithering = cbs->gpu_neon.allow_dithering; in GPUrearmedCallbacks()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/gpulib/
H A Dgpu.h97 int useDithering:1; /* 0 - off , 1 - on */ member
H A Dgpu.c815 gpu.useDithering = cbs->gpu_neon.allow_dithering; in GPUrearmedCallbacks()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dcolor.c255 if ( guts. useDithering && (brush != &b) && (ab2 > 12)) { in prima_allocate_color()
611 guts. useDithering = true; in prima_init_color_subsystem()
631 guts. useDithering = false; in prima_init_color_subsystem()
704 if ( wantSteps > 4) guts. useDithering = false; in prima_init_color_subsystem()
733 guts. useDithering = true; in prima_init_color_subsystem()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/qmmpui/
H A Dconfigdialog.cpp163 m_ui->ditheringCheckBox->setChecked(gs->useDithering()); in readSettings()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h723 Bool useDithering; member