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

  /external/libkmsxx/kms++/inc/kms++/
plane.h 27 std::vector<PixelFormat> get_formats() const;
  /external/libkmsxx/py/pykms/
pyvid.cpp 31 .def_property_readonly("formats", &VideoStreamer::get_formats)
pykmsbase.cpp 104 .def_property_readonly("formats", &Plane::get_formats)
  /external/libkmsxx/kms++util/inc/kms++util/
videodevice.h 72 std::vector<kms::PixelFormat> get_formats();
  /external/libkmsxx/kms++/src/
plane.cpp 94 vector<PixelFormat> Plane::get_formats() const function in class:kms::Plane
  /external/mesa3d/src/vulkan/wsi/
wsi_common_private.h 106 VkResult (*get_formats)(VkIcdSurfaceBase *surface, member in struct:wsi_interface
wsi_common.c 574 return iface->get_formats(surface, wsi_device,
wsi_common_wayland.c 894 wsi->base.get_formats = wsi_wl_surface_get_formats;
wsi_common_x11.c     [all...]
  /external/libkmsxx/kms++util/src/
videodevice.cpp 407 std::vector<PixelFormat> VideoStreamer::get_formats()
  /external/libkmsxx/utils/
kmsprint.cpp 122 string fmts = join<PixelFormat>(p.get_formats(), " ", [](PixelFormat fmt) { return PixelFormatToFourCC(fmt); });

Completed in 224 milliseconds