HomeSort by relevance Sort by last modified time
    Searched refs:hook_extensions (Results 1 - 4 of 4) sorted by null

  /frameworks/native/vulkan/libvulkan/
driver_gen.cpp 35 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
44 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
52 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
61 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
70 if (GetData(queue).hook_extensions[ProcHook::KHR_swapchain]) {
79 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
88 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
97 if (GetData(device).hook_extensions[ProcHook::KHR_swapchain]) {
106 if (GetData(device).hook_extensions[ProcHook::GOOGLE_display_timing]) {
115 if (GetData(device).hook_extensions[ProcHook::GOOGLE_display_timing])
    [all...]
driver.h 71 hook_extensions.set(ProcHook::EXTENSION_CORE);
78 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions; member in struct:vulkan::driver::InstanceData
93 hook_extensions.set(ProcHook::EXTENSION_CORE);
101 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions; member in struct:vulkan::driver::DeviceData
driver.cpp 740 proc = (GetData(instance).hook_extensions[hook->extension])
770 return (GetData(device).hook_extensions[hook->extension]) ? hook->proc
975 data->hook_extensions |= wrapper.GetHookExtensions();
    [all...]
swapchain.cpp 696 instance_data.hook_extensions.test(ProcHook::EXT_swapchain_colorspace);
    [all...]

Completed in 57 milliseconds