Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dgen_vk_format_table.py152 def get_formats(format, type): function
178 images = get_formats(angle, "image")
187 buffers = get_formats(angle, "buffer")
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dgen_vk_format_table.py168 def get_formats(format, type): function
199 images, images_compressed_offset = get_formats(angle, "image")
208 buffers, buffers_compressed_offset = get_formats(angle, "buffer")
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dtrace-parser.py70 def get_formats(self): member in FramebufferState
122 ", ".join(self.fb.get_formats())
131 ", ".join(self.fb.get_formats())
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_wsi.h38 VkResult (*get_formats)(VkIcdSurfaceBase *surface, member
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h120 VkResult (*get_formats)(VkIcdSurfaceBase *surface, member
Dwsi_common_win32.c685 wsi->base.get_formats = wsi_win32_surface_get_formats; in wsi_win32_init_wsi()
Dwsi_common.c453 return iface->get_formats(surface, wsi_device, in wsi_GetPhysicalDeviceSurfaceFormatsKHR()
Dwsi_common_wayland.c1339 wsi->base.get_formats = wsi_wl_surface_get_formats; in wsi_wl_init_wsi()
Dwsi_common_x11.c1961 wsi->base.get_formats = x11_surface_get_formats; in wsi_x11_init_wsi()
Dwsi_common_display.c1946 wsi->base.get_formats = wsi_display_surface_get_formats; in wsi_display_init_wsi()
/third_party/pulseaudio/src/pulsecore/
Dsource.h224 pa_idxset* (*get_formats)(pa_source *s); /* ditto */ member
Dsink.h260 pa_idxset* (*get_formats)(pa_sink *s); /* may be NULL */ member
Dsource.c160 s->get_formats = NULL; in reset_callbacks()
2875 if (s->get_formats) { in pa_source_get_formats()
2877 ret = s->get_formats(s); in pa_source_get_formats()
Dsink.c170 s->get_formats = NULL; in reset_callbacks()
3804 if (s->get_formats) { in pa_sink_get_formats()
3806 ret = s->get_formats(s); in pa_sink_get_formats()
/third_party/pulseaudio/src/modules/
Dmodule-null-sink.c377 u->sink->get_formats = sink_get_formats_cb; in pa__init()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-sink.c2721 u->sink->get_formats = sink_get_formats; in pa_alsa_sink_new()
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.815583 Add get_query_types(), get_formats() and query() functions.
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.817754 Add get_query_types(), get_formats() and query() functions.