Lines Matching refs:pImplementation
987 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
1049 if (!pImplementation) { in SetSwapInterval()
1052 pImplementation->doSetSwapInterval(swapchain, interval); in SetSwapInterval()
1073 auto& pImplementation = perSwapchainImplementation[*pPresentInfo->pSwapchains]; in QueuePresent() local
1074 if (pImplementation) { in QueuePresent()
1075 return pImplementation->doQueuePresent(queue, in QueuePresent()