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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dteximage.c2871 * \param unpackNew returns the new pixel unpack parameters
2877 struct gl_pixelstore_attrib *unpackNew)
2883 *unpackNew = *unpack;
2885 if (unpackNew->RowLength == 0)
2886 unpackNew->RowLength = *width;
2888 if (unpackNew->ImageHeight == 0)
2889 unpackNew->ImageHeight = *height;
2892 unpackNew->SkipPixels++; /* skip the border */
2897 unpackNew->SkipRows++; /* skip the border */
2902 unpackNew
2874 strip_texture_border(GLenum target, GLint *width, GLint *height, GLint *depth, const struct gl_pixelstore_attrib *unpack, struct gl_pixelstore_attrib *unpackNew) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dteximage.c2871 * \param unpackNew returns the new pixel unpack parameters
2877 struct gl_pixelstore_attrib *unpackNew)
2883 *unpackNew = *unpack;
2885 if (unpackNew->RowLength == 0)
2886 unpackNew->RowLength = *width;
2888 if (unpackNew->ImageHeight == 0)
2889 unpackNew->ImageHeight = *height;
2892 unpackNew->SkipPixels++; /* skip the border */
2897 unpackNew->SkipRows++; /* skip the border */
2902 unpackNew
2874 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 383 milliseconds