Lines Matching refs:elements
114 __glXSendReply(ClientPtr client, const void *data, size_t elements,
121 elements = 0;
123 else if ((elements > 1) || always_array) {
124 reply_ints = bytes_to_int32(elements * element_size);
130 reply.size = elements;
135 * elements requires it. Copying the data when not needed will do no
161 __glXSendReplySwap(ClientPtr client, const void *data, size_t elements,
168 elements = 0;
170 else if ((elements > 1) || always_array) {
171 reply_ints = bytes_to_int32(elements * element_size);
177 reply.size = bswap_32(elements);
182 * elements requires it. Copying the data when not needed will do no