Home
last modified time | relevance | path

Searched refs:GLTimers (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h676 uint32_t GLTimers[MICROPROFILE_GL_MAX_QUERIES]; member
3521 glGenQueries(MICROPROFILE_GL_MAX_QUERIES, &S.GPU.GLTimers[0]); in MicroProfileGpuInitGL()
3527 glQueryCounter(S.GPU.GLTimers[nIndex], GL_TIMESTAMP); in MicroProfileGpuInsertTimeStamp()
3534 glGetQueryObjectui64v(S.GPU.GLTimers[nKey], GL_QUERY_RESULT, &result); in MicroProfileGpuGetTimeStamp()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h676 uint32_t GLTimers[MICROPROFILE_GL_MAX_QUERIES]; member
3519 glGenQueries(MICROPROFILE_GL_MAX_QUERIES, &S.GPU.GLTimers[0]); in MicroProfileGpuInitGL()
3525 glQueryCounter(S.GPU.GLTimers[nIndex], GL_TIMESTAMP); in MicroProfileGpuInsertTimeStamp()
3532 glGetQueryObjectui64v(S.GPU.GLTimers[nKey], GL_QUERY_RESULT, &result); in MicroProfileGpuGetTimeStamp()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h676 uint32_t GLTimers[MICROPROFILE_GL_MAX_QUERIES]; member
3519 glGenQueries(MICROPROFILE_GL_MAX_QUERIES, &S.GPU.GLTimers[0]); in MicroProfileGpuInitGL()
3525 glQueryCounter(S.GPU.GLTimers[nIndex], GL_TIMESTAMP); in MicroProfileGpuInsertTimeStamp()
3532 glGetQueryObjectui64v(S.GPU.GLTimers[nKey], GL_QUERY_RESULT, &result); in MicroProfileGpuGetTimeStamp()