Home
last modified time | relevance | path

Searched refs:gpuNanoSeconds (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2694 GLuint64 gpuNanoSeconds = 0U; in CopyPerfTimeStamp() local
2696 glGetQueryObjectui64vEXT(platData.queryObject, GL_QUERY_RESULT, &gpuNanoSeconds); in CopyPerfTimeStamp()
2698 glGetQueryObjectui64v(platData.queryObject, GL_QUERY_RESULT, &gpuNanoSeconds); in CopyPerfTimeStamp()
2701 gpuMicroSeconds = static_cast<int64_t>(gpuNanoSeconds / NANOSECONDS_TO_MICROSECONDS); in CopyPerfTimeStamp()

Completed in 10 milliseconds