1xcb_glx_get_compressed_tex_image_aXrCbB(3R)eqxucebs_tgslx_get_compressed_tex_image_arb(3)
2
3
4
6 xcb_glx_get_compressed_tex_image_arb -
7
9 #include <xcb/glx.h>
10
11 Request function
12 xcb_glx_get_compressed_tex_image_arb_cookie_t
13 xcb_glx_get_compressed_tex_image_arb(xcb_connection_t *conn,
14 xcb_glx_context_tag_t context_tag, uint32_t target,
15 int32_t level);
16
17 Reply datastructure
18 typedef struct xcb_glx_get_compressed_tex_image_arb_reply_t {
19 uint8_t response_type;
20 uint8_t pad0;
21 uint16_t sequence;
22 uint32_t length;
23 uint8_t pad1[8];
24 int32_t size;
25 uint8_t pad2[12];
26 } xcb_glx_get_compressed_tex_image_arb_reply_t;
27
28 Reply function
29 xcb_glx_get_compressed_tex_image_arb_reply_t
30 *xcb_glx_get_compressed_tex_image_arb_reply(xcb_connection_t *conn,
31 xcb_glx_get_compressed_tex_image_arb_cookie_t cookie,
32 xcb_generic_error_t **e);
33
34 Reply accessors
35 uint8_t *xcb_glx_get_compressed_tex_image_arb_data(const
36 xcb_glx_get_compressed_tex_image_arb_request_t *reply);
37
38 int xcb_glx_get_compressed_tex_image_arb_data_length(const
39 xcb_glx_get_compressed_tex_image_arb_reply_t *reply);
40
41 xcb_generic_iterator_t
42 xcb_glx_get_compressed_tex_image_arb_data_end(const
43 xcb_glx_get_compressed_tex_image_arb_reply_t *reply);
44
46 conn The XCB connection to X11.
47
48 context_tag
49 TODO: NOT YET DOCUMENTED.
50
51 target TODO: NOT YET DOCUMENTED.
52
53 level TODO: NOT YET DOCUMENTED.
54
56 response_type
57 The type of this reply, in this case XCB_GLX_GET_COM‐
58 PRESSED_TEX_IMAGE_ARB. This field is also present in the
59 xcb_generic_reply_t and can be used to tell replies apart
60 from each other.
61
62 sequence The sequence number of the last request processed by the X11
63 server.
64
65 length The length of the reply, in words (a word is 4 bytes).
66
67 size TODO: NOT YET DOCUMENTED.
68
71 Returns an xcb_glx_get_compressed_tex_image_arb_cookie_t. Errors have
72 to be handled when calling the reply function xcb_glx_get_com‐
73 pressed_tex_image_arb_reply.
74
75 If you want to handle errors in the event loop instead, use
76 xcb_glx_get_compressed_tex_image_arb_unchecked. See xcb-requests(3) for
77 details.
78
80 This request does never generate any errors.
81
84 Generated from glx.xml. Contact xcb@lists.freedesktop.org for correc‐
85 tions and improvements.
86
87
88
89X Version 11 libxcbxc1b._1g3lx_get_compressed_tex_image_arb(3)