Searched refs:xcb_render_tri_strip_request_t (Results 1 – 2 of 2) sorted by relevance
758 typedef struct xcb_render_tri_strip_request_t { struct769 } xcb_render_tri_strip_request_t; argument2219 xcb_render_tri_strip_points (const xcb_render_tri_strip_request_t *R);2222 xcb_render_tri_strip_points_length (const xcb_render_tri_strip_request_t *R);2225 xcb_render_tri_strip_points_iterator (const xcb_render_tri_strip_request_t *R);
2282 xcb_block_len += sizeof(xcb_render_tri_strip_request_t); in xcb_render_tri_strip_sizeof()2322 xcb_render_tri_strip_request_t xcb_out; in xcb_render_tri_strip_checked()2366 xcb_render_tri_strip_request_t xcb_out; in xcb_render_tri_strip()2391 xcb_render_tri_strip_points (const xcb_render_tri_strip_request_t *R) in xcb_render_tri_strip_points()2397 xcb_render_tri_strip_points_length (const xcb_render_tri_strip_request_t *R) in xcb_render_tri_strip_points_length()2399 … return (((R->length * 4) - sizeof(xcb_render_tri_strip_request_t))/sizeof(xcb_render_pointfix_t)); in xcb_render_tri_strip_points_length()2403 xcb_render_tri_strip_points_iterator (const xcb_render_tri_strip_request_t *R) in xcb_render_tri_strip_points_iterator()2407 …i.rem = (((R->length * 4) - sizeof(xcb_render_tri_strip_request_t))/sizeof(xcb_render_pointfix_t)); in xcb_render_tri_strip_points_iterator()