Lines Matching refs:unpackInfo
158 mState.unpackInfo.alignment = 4; in Context()
164 mState.unpackInfo.rowLength = 0; in Context()
165 mState.unpackInfo.imageHeight = 0; in Context()
166 mState.unpackInfo.skipPixels = 0; in Context()
167 mState.unpackInfo.skipRows = 0; in Context()
168 mState.unpackInfo.skipImages = 0; in Context()
842 mState.unpackInfo.alignment = alignment; in setUnpackAlignment()
847 return mState.unpackInfo; in getUnpackInfo()
877 mState.unpackInfo.rowLength = rowLength; in setUnpackRowLength()
882 mState.unpackInfo.imageHeight = imageHeight; in setUnpackImageHeight()
887 mState.unpackInfo.skipPixels = skipPixels; in setUnpackSkipPixels()
892 mState.unpackInfo.skipRows = skipRows; in setUnpackSkipRows()
897 mState.unpackInfo.skipImages = skipImages; in setUnpackSkipImages()
1866 case GL_UNPACK_ALIGNMENT: *params = mState.unpackInfo.alignment; break; in getIntegerv()
2294 *params = mState.unpackInfo.imageHeight; in getIntegerv()
2297 *params = mState.unpackInfo.rowLength; in getIntegerv()
2300 *params = mState.unpackInfo.skipImages; in getIntegerv()
2303 *params = mState.unpackInfo.skipPixels; in getIntegerv()
2306 *params = mState.unpackInfo.skipRows; in getIntegerv()