H A D | xa_tracker.c | 85 xa_get_pipe_format(struct xa_tracker *xa, enum xa_formats xa_format) in xa_get_pipe_format() argument 89 fdesc.xa_format = xa_format; in xa_get_pipe_format() 91 switch (xa_format) { in xa_get_pipe_format() 199 enum xa_formats xa_format; in xa_tracker_create() local 203 xa_format = preferred[stype][i]; in xa_tracker_create() 206 xa_get_pipe_format(xa, xa_format); in xa_tracker_create() 213 xa->supported_formats[num_formats++] = xa_format; in xa_tracker_create() 280 if (fdesc.xa_format != xa_format_unknown && in xa_get_format_stype_depth() 281 xa_format_depth(fdesc.xa_format) in xa_get_format_stype_depth() 294 xa_format_check_supported(struct xa_tracker *xa, enum xa_formats xa_format, unsigned int flags) xa_format_check_supported() argument 333 surface_create(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags, struct winsys_handle *whandle) surface_create() argument 395 xa_surface_create(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags) xa_surface_create() argument 407 xa_surface_from_handle(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags, uint32_t handle, uint32_t stride) xa_surface_from_handle() argument 421 xa_surface_from_handle2(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags, enum xa_handle_type type, uint32_t handle, uint32_t stride) xa_surface_from_handle2() argument 439 xa_surface_redefine(struct xa_surface *srf, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int new_flags, int copy_contents) xa_surface_redefine() argument [all...] |