Lines Matching refs:modes
78 ** Copy bitmap data from clients packed memory applying unpacking modes as the
79 ** data is transfered into the destImage buffer. Return in modes the
80 ** set of pixel modes that are to be done by the server.
159 ** Extract array from user's data applying all pixel store modes.
166 const GLvoid * userdata, GLubyte * newimage, GLubyte * modes)
255 /* Setup store modes that describe what we just did */
256 if (modes) {
258 (void) memcpy(modes, __glXDefaultPixelStore + 4, 20);
261 (void) memcpy(modes, __glXDefaultPixelStore + 0, 36);
268 ** into the clients memory using the pixel store PACK modes.
384 ** Insert array into user's data applying all pixel store modes.