Home
last modified time | relevance | path

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

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h690 uint32_t nAggregateFlipCount; member
1807 if(S.nRunning && S.nAggregateFlip <= ++S.nAggregateFlipCount) in MicroProfileFlip()
1863 S.nAggregateFrames = S.nAggregateFlipCount; in MicroProfileFlip()
1875 S.nAggregateFlipCount = 0; in MicroProfileFlip()
2011 return int(S.nAggregateFlip ? S.nAggregateFlip : S.nAggregateFlipCount); in MicroProfileGetCurrentAggregateFrames()
H A Dmicroprofileui.h2330 …of(AggregateText)-1, "Aggregate[%d]", S.nAggregateFlip ? S.nAggregateFlip : S.nAggregateFlipCount); in MicroProfileDrawMenu()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h690 uint32_t nAggregateFlipCount; member
1805 if(S.nRunning && S.nAggregateFlip <= ++S.nAggregateFlipCount) in MicroProfileFlip()
1861 S.nAggregateFrames = S.nAggregateFlipCount; in MicroProfileFlip()
1873 S.nAggregateFlipCount = 0; in MicroProfileFlip()
2009 return int(S.nAggregateFlip ? S.nAggregateFlip : S.nAggregateFlipCount); in MicroProfileGetCurrentAggregateFrames()
H A Dmicroprofileui.h2330 …of(AggregateText)-1, "Aggregate[%d]", S.nAggregateFlip ? S.nAggregateFlip : S.nAggregateFlipCount); in MicroProfileDrawMenu()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h690 uint32_t nAggregateFlipCount; member
1805 if(S.nRunning && S.nAggregateFlip <= ++S.nAggregateFlipCount) in MicroProfileFlip()
1861 S.nAggregateFrames = S.nAggregateFlipCount; in MicroProfileFlip()
1873 S.nAggregateFlipCount = 0; in MicroProfileFlip()
2009 return int(S.nAggregateFlip ? S.nAggregateFlip : S.nAggregateFlipCount); in MicroProfileGetCurrentAggregateFrames()
H A Dmicroprofileui.h2330 …of(AggregateText)-1, "Aggregate[%d]", S.nAggregateFlip ? S.nAggregateFlip : S.nAggregateFlipCount); in MicroProfileDrawMenu()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h1450 uint32_t nAggregateFlipCount; member
2893 if(S.nRunning && S.nAggregateFlip <= ++S.nAggregateFlipCount) in MicroProfileFlipCpu()
2950 S.nAggregateFrames = S.nAggregateFlipCount; in MicroProfileFlipCpu()
2963 S.nAggregateFlipCount = 0; in MicroProfileFlipCpu()
3191 return int(S.nAggregateFlip ? S.nAggregateFlip : S.nAggregateFlipCount); in MicroProfileGetCurrentAggregateFrames()