Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2695 GLuint64 gpuNanoSeconds = 0U; in CopyPerfTimeStamp() local
2697 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()