Searched refs:gpuNanoSeconds (Results 1 – 1 of 1) sorted by relevance
2695 GLuint64 gpuNanoSeconds = 0U; in CopyPerfTimeStamp() local2697 glGetQueryObjectui64vEXT(platData.queryObject, GL_QUERY_RESULT, &gpuNanoSeconds); in CopyPerfTimeStamp()2699 glGetQueryObjectui64v(platData.queryObject, GL_QUERY_RESULT, &gpuNanoSeconds); in CopyPerfTimeStamp()2702 gpuMicroSeconds = static_cast<int64_t>(gpuNanoSeconds / NANOSECONDS_TO_MICROSECONDS); in CopyPerfTimeStamp()