Home
last modified time | relevance | path

Searched refs:xcb_render_tri_strip_request_t (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Drender.h758 typedef struct xcb_render_tri_strip_request_t { struct
769 } xcb_render_tri_strip_request_t; argument
2219 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);
H A Drender.c2282 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()