Lines Matching defs:data
240 ** Free the per screen configs data as well as the array of
304 /* Free the direct rendering per display data */
817 ** If that works then fetch the per screen configs data.
943 ** Initialize the direct rendering per display data and functions.
1067 * data buffer in the GLX context and may be able to avoid allocating an
1077 * \param data Command data.
1078 * \param dataLen Size, in bytes, of the command data.
1082 GLint totalRequests, const GLvoid * data, GLint dataLen)
1087 totalRequests, dataLen, data);
1096 * a large command is to avoid copying the data.
1099 * \param header Header data.
1100 * \param headerLen Size, in bytes, of the header data. It is assumed that
1101 * the header data will always be small enough to fit in
1103 * \param data Command data.
1104 * \param dataLen Size, in bytes, of the command data.
1109 const GLvoid * data, GLint dataLen)
1115 ** Calculate the maximum amount of data can be stuffed into a single
1135 __glXSendLargeChunk(ctx, requestNumber, totalRequests, data, maxSize);
1136 data = (const GLvoid *) (((const GLubyte *) data) + maxSize);
1142 __glXSendLargeChunk(ctx, requestNumber, totalRequests, data, dataLen);