Searched refs:xcb_xvmc_surface_info_t (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/files/
H A Dxvmc.h63 * @brief xcb_xvmc_surface_info_t
65 typedef struct xcb_xvmc_surface_info_t { struct
75 } xcb_xvmc_surface_info_t; typedef in typeref:struct:xcb_xvmc_surface_info_t
81 xcb_xvmc_surface_info_t *data; /**< */
467 * element. The member index is increased by sizeof(xcb_xvmc_surface_info_t)
632 ** xcb_xvmc_surface_info_t * xcb_xvmc_list_surface_types_surfaces
635 ** @returns xcb_xvmc_surface_info_t *
639 xcb_xvmc_surface_info_t *
H A Dxvmc.c145 i->index += sizeof(xcb_xvmc_surface_info_t);
329 ** xcb_xvmc_surface_info_t * xcb_xvmc_list_surface_types_surfaces
332 ** @returns xcb_xvmc_surface_info_t *
336 xcb_xvmc_surface_info_t *
339 return (xcb_xvmc_surface_info_t *) (R + 1);
372 i.data = (xcb_xvmc_surface_info_t *) (R + 1);

Completed in 49 milliseconds