Home
last modified time | relevance | path

Searched refs:BGType (Results 1 – 7 of 7) sorted by relevance

/dports/games/kuklomenos/kuklomenos-0.4.5/
H A Dsettings.h19 enum BGType enum
47 BGType bgType;
H A Dconffile.h39 BGType bgType;
H A Dconffile.cc172 for (BGType bg = BG_FIRST; bg <= BG_LAST; bg = BGType(bg+1)) in read()
H A Dmenu.cc234 settings.bgType = BGType(settings.bgType + 1); in act()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A DGPU.h634 enum BGType enum
710 static const CACHE_ALIGN BGType _mode2type[8][4];
778 BGType _BGTypes[4];
H A DGPU.cpp83 const CACHE_ALIGN BGType GPUEngineBase::_mode2type[8][4] = {
727 BGType mode = GPUEngineBase::_mode2type[dispCnt->BG_Mode][num]; in SetBGProp()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs3619 …pub unsafe fn BGType(&self, pbgtype: *mut super::super::Foundation::BSTR) -> ::windows::runtime::R… in BGType() method