| H A D | mipmap.c | 249 static void retrieveStoreModes(PixelStorageModes *psm) argument 251 glGetIntegerv(GL_UNPACK_ALIGNMENT, &psm->unpack_alignment); 252 glGetIntegerv(GL_UNPACK_ROW_LENGTH, &psm->unpack_row_length); 253 glGetIntegerv(GL_UNPACK_SKIP_ROWS, &psm->unpack_skip_rows); 254 glGetIntegerv(GL_UNPACK_SKIP_PIXELS, &psm->unpack_skip_pixels); 255 glGetIntegerv(GL_UNPACK_LSB_FIRST, &psm->unpack_lsb_first); 256 glGetIntegerv(GL_UNPACK_SWAP_BYTES, &psm->unpack_swap_bytes); 258 glGetIntegerv(GL_PACK_ALIGNMENT, &psm->pack_alignment); 259 glGetIntegerv(GL_PACK_ROW_LENGTH, &psm->pack_row_length); 260 glGetIntegerv(GL_PACK_SKIP_ROWS, &psm 266 retrieveStoreModes3D(PixelStorageModes * psm) argument 3506 PixelStorageModes psm; local in function:gluScaleImage 3562 PixelStorageModes psm; local in function:gluBuild1DMipmapLevelsCore 3709 PixelStorageModes psm; local in function:bitmapBuild2DMipmaps 3821 PixelStorageModes psm; local in function:gluBuild2DMipmapLevelsCore 4878 fill_image(const PixelStorageModes * psm,GLint width,GLint height,GLenum format,GLenum type,GLboolean index_format,const void * userdata,GLushort * newimage) argument 5141 empty_image(const PixelStorageModes * psm,GLint width,GLint height,GLenum format,GLenum type,GLboolean index_format,const GLushort * oldimage,void * userdata) argument 6685 fillImage3D(const PixelStorageModes * psm,GLint width,GLint height,GLint depth,GLenum format,GLenum type,GLboolean indexFormat,const void * userImage,GLushort * newImage) argument 7050 emptyImage3D(const PixelStorageModes * psm,GLint width,GLint height,GLint depth,GLenum format,GLenum type,GLboolean indexFormat,const GLushort * oldImage,void * userImage) argument 7364 PixelStorageModes psm; local in function:gluScaleImage3D 7745 PixelStorageModes psm; local in function:gluBuild3DMipmapLevelsCore [all...] |