Searched defs:unpackNew (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dteximage.c2828 * \param unpackNew returns the new pixel unpack parameters
2834 struct gl_pixelstore_attrib *unpackNew)
2840 *unpackNew = *unpack;
2842 if (unpackNew->RowLength == 0)
2843 unpackNew->RowLength = *width;
2845 if (unpackNew->ImageHeight == 0)
2846 unpackNew->ImageHeight = *height;
2849 unpackNew->SkipPixels++; /* skip the border */
2854 unpackNew->SkipRows++; /* skip the border */
2861 unpackNew
2831 strip_texture_border(GLenum target, GLint *width, GLint *height, GLint *depth, const struct gl_pixelstore_attrib *unpack, struct gl_pixelstore_attrib *unpackNew) argument
[all...]

Completed in 71 milliseconds