OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_support
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/vulkan/wsi/
wsi_common.h
70
VkResult (*
get_support
)(VkIcdSurfaceBase *surface,
member in struct:wsi_interface
wsi_common_wayland.c
811
wsi->base.
get_support
= wsi_wl_surface_get_support;
wsi_common_x11.c
[
all
...]
/external/mesa3d/src/amd/vulkan/
radv_wsi.c
93
return iface->
get_support
(surface, &device->wsi_device,
/external/mesa3d/src/intel/vulkan/
anv_wsi.c
95
return iface->
get_support
(surface, &device->wsi_device,
Completed in 1142 milliseconds