Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tools/gpu/gl/
H A DGLTestContext.cpp51 GLGetQueryObjectui64vProc fGLGetQueryObjectui64v; member in __anonfebb52a40111::GLGpuTimer
82 ctx->getGLProcAddress(&fGLGetQueryObjectui64v, "glGetQueryObjectui64v", ext); in GLGpuTimer()
87 fGLGetQueryObjectuiv && fGLGetQueryObjectui64v; in validate()
137 fGLGetQueryObjectui64v(queryID, GL_QUERY_RESULT, &nanoseconds); in getTimeElapsed()