Lines Matching refs:elements
125 __glXSendReply( ClientPtr client, const void * data, size_t elements,
131 elements = 0;
133 else if ( (elements > 1) || always_array ) {
134 reply_ints = bytes_to_int32(elements * element_size);
140 __glXReply.size = elements;
146 * elements requires it. Copying the data when not needed will do no
173 __glXSendReplySwap( ClientPtr client, const void * data, size_t elements,
179 elements = 0;
181 else if ( (elements > 1) || always_array ) {
182 reply_ints = bytes_to_int32(elements * element_size);
188 __glXReply.size = bswap_32( elements );
194 * elements requires it. Copying the data when not needed will do no