Searched refs:mGpuEvents (Results 1 – 2 of 2) sorted by relevance
3819 mGpuEvents.emplace_back(gpuEvent); in checkCompletedGpuEvents()3832 if (mGpuEvents.empty()) in flushGpuEvents()3857 for (const GpuEvent &gpuEvent : mGpuEvents) in flushGpuEvents()3878 mGpuEvents.clear(); in flushGpuEvents()7258 if (mGpuEvents.size() > 0) in finishImpl()
1548 std::vector<GpuEvent> mGpuEvents; variable