Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddriver_gen.cpp35 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedCreateSwapchainKHR()
44 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedDestroySwapchainKHR()
52 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedGetSwapchainImagesKHR()
61 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) { in checkedAcquireNextImageKHR()
70 if (GetData(queue).hook_extensions[ProcHook::KHR_swapchain]) { in checkedQueuePresentKHR()
79 if (GetData(device).hook_extensions[ProcHook::GOOGLE_display_timing]) { in checkedGetRefreshCycleDurationGOOGLE()
88 if (GetData(device).hook_extensions[ProcHook::GOOGLE_display_timing]) { in checkedGetPastPresentationTimingGOOGLE()
97 if (GetData(device).hook_extensions[ProcHook::EXT_hdr_metadata]) { in checkedSetHdrMetadataEXT()
105 if (GetData(device).hook_extensions[ProcHook::KHR_shared_presentable_image]) { in checkedGetSwapchainStatusKHR()
Ddriver.h71 hook_extensions.set(ProcHook::EXTENSION_CORE); in InstanceData()
78 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions; member
93 hook_extensions.set(ProcHook::EXTENSION_CORE); in DeviceData()
101 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions; member
Ddriver.cpp668 proc = (GetData(instance).hook_extensions[hook->extension]) in GetInstanceProcAddr()
698 return (GetData(device).hook_extensions[hook->extension]) ? hook->proc in GetDeviceProcAddr()
903 data->hook_extensions |= wrapper.GetHookExtensions(); in CreateInstance()
975 data->hook_extensions |= wrapper.GetHookExtensions(); in CreateDevice()
Dswapchain.cpp637 instance_data.hook_extensions.test(ProcHook::EXT_swapchain_colorspace); in GetPhysicalDeviceSurfaceFormatsKHR()
Dcode-generator.tmpl843 if (GetData({{$p0.Name}}).hook_extensions[{{$ext_hook}}]) {