Home
last modified time | relevance | path

Searched refs:get_formats (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dgen_vk_format_table.py169 def get_formats(format, type): function
200 images, images_compressed_offset = get_formats(angle, "image")
209 buffers, buffers_compressed_offset = get_formats(angle, "buffer")
/external/libkmsxx/kms++/inc/kms++/
Dplane.h26 std::vector<PixelFormat> get_formats() const;
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_wsi.h38 VkResult (*get_formats)(VkIcdSurfaceBase *surface, member
/external/libkmsxx/py/pykms/
Dpyvid.cpp30 .def_property_readonly("formats", &VideoStreamer::get_formats) in init_pyvid()
Dpykmsbase.cpp108 .def_property_readonly("formats", &Plane::get_formats) in init_pykmsbase()
/external/libkmsxx/kms++util/inc/kms++util/
Dvideodevice.h72 std::vector<kms::PixelFormat> get_formats();
/external/libkmsxx/kms++/src/
Dplane.cpp91 vector<PixelFormat> Plane::get_formats() const in get_formats() function in kms::Plane
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h119 VkResult (*get_formats)(VkIcdSurfaceBase *surface, member
Dwsi_common.c412 return iface->get_formats(surface, wsi_device, in wsi_common_get_surface_formats()
Dwsi_common_wayland.c1182 wsi->base.get_formats = wsi_wl_surface_get_formats; in wsi_wl_init_wsi()
Dwsi_common_x11.c1733 wsi->base.get_formats = x11_surface_get_formats; in wsi_x11_init_wsi()
Dwsi_common_display.c1936 wsi->base.get_formats = wsi_display_surface_get_formats; in wsi_display_init_wsi()
/external/libkmsxx/utils/
Dkmsprint.cpp114 …string fmts = join<PixelFormat>(p.get_formats(), " ", [](PixelFormat fmt) { return PixelFormatToFo… in format_plane()
/external/libkmsxx/kms++util/src/
Dvideodevice.cpp488 std::vector<PixelFormat> VideoStreamer::get_formats() in get_formats() function in VideoStreamer