Searched refs:unpack_image_height (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c68 GLint unpack_image_height; member in struct:__anon9d4dd1c00208
275 glGetIntegerv(GL_UNPACK_IMAGE_HEIGHT, &psm->unpack_image_height);
6717 if (psm->unpack_image_height > 0) {
6718 rowsPerImage= psm->unpack_image_height;
7778 if (psm.unpack_image_height > 0) {
7779 rowsPerImage= psm.unpack_image_height;
7821 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, psm.unpack_image_height);
7885 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, psm.unpack_image_height);
8104 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, psm.unpack_image_height);
8163 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, psm.unpack_image_height);
[all...]

Completed in 11 milliseconds