Searched refs:formats (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/freetype/
H A DMakefile144 $(SOURCE_DIR)/docs/formats.txt \
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c364 xPixmapFormat *formats; local
374 formats = (xPixmapFormat *) ((char *) vendor +
377 root = (xWindowRoot *) ((char *) formats +
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc.h661 * @format_types: array of formats supported by this plane
662 * @format_count: number of formats supported
886 const uint32_t *formats, uint32_t format_count,
987 char *formats[]);
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c802 * @formats: array of supported formats (%DRM_FORMAT_*)
803 * @format_count: number of elements in @formats
814 const uint32_t *formats, uint32_t format_count,
837 (void) memcpy(plane->format_types, formats, format_count * sizeof(uint32_t));
1004 * @num_modes: number of different TV formats (modes) supported
1746 * Return plane info, including formats supported, gamma size, any
2225 /* Original addfb only supported RGB formats, so figure out which one */
3637 * Just need to support RGB formats here for compat with code that doesn't
3638 * use pixel formats directl
811 drm_plane_init(struct drm_device *dev, struct drm_plane *plane, unsigned long possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, uint32_t format_count, bool priv) argument
[all...]

Completed in 44 milliseconds