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

/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c61 GLint unpack_alignment; member in struct:__anon9d4dd1c00208
251 glGetIntegerv(GL_UNPACK_ALIGNMENT, &psm->unpack_alignment);
268 glGetIntegerv(GL_UNPACK_ALIGNMENT, &psm->unpack_alignment);
3605 glPixelStorei(GL_UNPACK_ALIGNMENT, psm.unpack_alignment);
3629 glPixelStorei(GL_UNPACK_ALIGNMENT, psm.unpack_alignment);
3760 glPixelStorei(GL_UNPACK_ALIGNMENT, psm.unpack_alignment);
3785 glPixelStorei(GL_UNPACK_ALIGNMENT, psm.unpack_alignment);
3855 padding = (rowsize % psm.unpack_alignment);
3857 rowsize += psm.unpack_alignment - padding;
3879 glPixelStorei(GL_UNPACK_ALIGNMENT, psm.unpack_alignment);
[all...]

Completed in 21 milliseconds