Searched refs:lastGpuSyncDiffS (Results 1 – 1 of 1) sorted by relevance
2473 double lastGpuSyncDiffS = mGpuClockSync.cpuTimestampS - mGpuClockSync.gpuTimestampS; in flushGpuEvents() local2486 (nextGpuSyncDiffS - lastGpuSyncDiffS) / (nextGpuSyncTimeS - lastGpuSyncTimeS); in flushGpuEvents()2497 gpuTimestampS += lastGpuSyncDiffS + gpuSyncDriftSlope * (gpuTimestampS - lastGpuSyncTimeS); in flushGpuEvents()