Home
last modified time | relevance | path

Searched refs:mUnpack (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DState.h560 GLint getUnpackAlignment() const { return mUnpack.alignment; } in getUnpackAlignment()
562 GLint getUnpackRowLength() const { return mUnpack.rowLength; } in getUnpackRowLength()
564 GLint getUnpackImageHeight() const { return mUnpack.imageHeight; } in getUnpackImageHeight()
566 GLint getUnpackSkipImages() const { return mUnpack.skipImages; } in getUnpackSkipImages()
568 GLint getUnpackSkipRows() const { return mUnpack.skipRows; } in getUnpackSkipRows()
570 GLint getUnpackSkipPixels() const { return mUnpack.skipPixels; } in getUnpackSkipPixels()
571 const PixelUnpackState &getUnpackState() const { return mUnpack; } in getUnpackState()
572 PixelUnpackState &getUnpackState() { return mUnpack; } in getUnpackState()
1112 PixelUnpackState mUnpack; variable
DState.cpp2232 mUnpack.alignment = alignment; in setUnpackAlignment()
2238 mUnpack.rowLength = rowLength; in setUnpackRowLength()
2244 mUnpack.imageHeight = imageHeight; in setUnpackImageHeight()
2250 mUnpack.skipImages = skipImages; in setUnpackSkipImages()
2256 mUnpack.skipRows = skipRows; in setUnpackSkipRows()
2262 mUnpack.skipPixels = skipPixels; in setUnpackSkipPixels()
2613 *params = mUnpack.alignment; in getIntegerv()
2616 *params = mUnpack.rowLength; in getIntegerv()
2619 *params = mUnpack.imageHeight; in getIntegerv()
2622 *params = mUnpack.skipImages; in getIntegerv()
[all …]