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

  /frameworks/native/vulkan/libvulkan/
driver_gen.h 44 KHR_surface,
driver_gen.cpp 238 ProcHook::KHR_surface,
343 ProcHook::KHR_surface,
357 ProcHook::KHR_surface,
364 ProcHook::KHR_surface,
371 ProcHook::KHR_surface,
456 if (strcmp(name, "VK_KHR_surface") == 0) return ProcHook::KHR_surface;
driver.cpp 493 case ProcHook::KHR_surface:
558 case ProcHook::KHR_surface:
    [all...]
api_gen.cpp 176 INIT_PROC_EXT(KHR_surface, true, instance, DestroySurfaceKHR);
177 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfaceSupportKHR);
178 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfaceCapabilitiesKHR);
179 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfaceFormatsKHR);
180 INIT_PROC_EXT(KHR_surface, true, instance, GetPhysicalDeviceSurfacePresentModesKHR);
    [all...]

Completed in 60 milliseconds