HomeSort by: relevance | last modified time | path
    Searched refs:xcb_xvmc_surface_info_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/xorg/lib/libxcb/files/
xvmc.h 61 * @brief xcb_xvmc_surface_info_t
63 typedef struct xcb_xvmc_surface_info_t { struct
73 } xcb_xvmc_surface_info_t; typedef in typeref:struct:xcb_xvmc_surface_info_t
79 xcb_xvmc_surface_info_t *data;
405 * element. The member index is increased by sizeof(xcb_xvmc_surface_info_t)
496 xcb_xvmc_surface_info_t *
xvmc.c 80 i->index += sizeof(xcb_xvmc_surface_info_t);
165 xcb_block_len += _aux->num * sizeof(xcb_xvmc_surface_info_t);
167 xcb_align_to = ALIGNOF(xcb_xvmc_surface_info_t);
232 xcb_xvmc_surface_info_t *
235 return (xcb_xvmc_surface_info_t *) (R + 1);
248 i.data = (xcb_xvmc_surface_info_t *) (R + 1);

Completed in 16 milliseconds