Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappyVk/
DSwappyVk.cpp987 auto& pImplementation = perDeviceImplementation[device]; in GetRefreshCycleDuration() local
988 if (!pImplementation) { in GetRefreshCycleDuration()
1005 pImplementation = std::make_shared<SwappyVkGoogleDisplayTimingAndroid> in GetRefreshCycleDuration()
1010 pImplementation = std::make_shared<SwappyVkGoogleDisplayTiming> in GetRefreshCycleDuration()
1017 pImplementation = std::make_shared<SwappyVkAndroidFallback> in GetRefreshCycleDuration()
1021 pImplementation = std::make_shared<SwappyVkVulkanFallback> in GetRefreshCycleDuration()
1027 if (!pImplementation) { in GetRefreshCycleDuration()
1034 perSwapchainImplementation[swapchain] = pImplementation; in GetRefreshCycleDuration()
1037 return pImplementation->doGetRefreshCycleDuration(swapchain, pRefreshDuration); in GetRefreshCycleDuration()
1048 auto& pImplementation = perDeviceImplementation[device]; in SetSwapInterval() local
[all …]