Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp5716 vk::DeviceScoped<vk::DynamicQueryPool> timestampQueryPool(device); in getTimestamp() local
5718 ANGLE_TRY(timestampQueryPool.get().init(this, VK_QUERY_TYPE_TIMESTAMP, 1)); in getTimestamp()
5719 ANGLE_TRY(timestampQueryPool.get().allocateQuery(this, &timestampQuery, 1)); in getTimestamp()
5755 timestampQueryPool.get().freeQuery(this, &timestampQuery); in getTimestamp()