Home
last modified time | relevance | path

Searched refs:MicroProfileEnableCategory (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h141 #define MicroProfileEnableCategory(a) do{} while(0)
360 MICROPROFILE_API void MicroProfileEnableCategory(const char* pCategory);
1922 inline void MicroProfileEnableCategory(const char* pCategory, bool bEnabled) in MicroProfileEnableCategory() function
1947 void MicroProfileEnableCategory(const char* pCategory) in MicroProfileEnableCategory() function
1949 MicroProfileEnableCategory(pCategory, true); in MicroProfileEnableCategory()
1953 MicroProfileEnableCategory(pCategory, false); in MicroProfileDisableCategory()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h141 #define MicroProfileEnableCategory(a) do{} while(0)
360 MICROPROFILE_API void MicroProfileEnableCategory(const char* pCategory);
1920 void MicroProfileEnableCategory(const char* pCategory, bool bEnabled) in MicroProfileEnableCategory() function
1945 void MicroProfileEnableCategory(const char* pCategory) in MicroProfileEnableCategory() function
1947 MicroProfileEnableCategory(pCategory, true); in MicroProfileEnableCategory()
1951 MicroProfileEnableCategory(pCategory, false); in MicroProfileDisableCategory()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h141 #define MicroProfileEnableCategory(a) do{} while(0)
360 MICROPROFILE_API void MicroProfileEnableCategory(const char* pCategory);
1920 void MicroProfileEnableCategory(const char* pCategory, bool bEnabled) in MicroProfileEnableCategory() function
1945 void MicroProfileEnableCategory(const char* pCategory) in MicroProfileEnableCategory() function
1947 MicroProfileEnableCategory(pCategory, true); in MicroProfileEnableCategory()
1951 MicroProfileEnableCategory(pCategory, false); in MicroProfileDisableCategory()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h166 #define MicroProfileEnableCategory(a) do{} while(0)
461 MICROPROFILE_API void MicroProfileEnableCategory(const char* pCategory);
3102 void MicroProfileEnableCategory(const char* pCategory, bool bEnabled) in MicroProfileEnableCategory() function
3127 void MicroProfileEnableCategory(const char* pCategory) in MicroProfileEnableCategory() function
3129 MicroProfileEnableCategory(pCategory, true); in MicroProfileEnableCategory()
3133 MicroProfileEnableCategory(pCategory, false); in MicroProfileDisableCategory()