Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h556 GLint getUnpackAlignment() const { return mUnpack.alignment; } in getUnpackAlignment()
558 GLint getUnpackRowLength() const { return mUnpack.rowLength; } in getUnpackRowLength()
560 GLint getUnpackImageHeight() const { return mUnpack.imageHeight; } in getUnpackImageHeight()
562 GLint getUnpackSkipImages() const { return mUnpack.skipImages; } in getUnpackSkipImages()
564 GLint getUnpackSkipRows() const { return mUnpack.skipRows; } in getUnpackSkipRows()
566 GLint getUnpackSkipPixels() const { return mUnpack.skipPixels; } in getUnpackSkipPixels()
567 const PixelUnpackState &getUnpackState() const { return mUnpack; } in getUnpackState()
568 PixelUnpackState &getUnpackState() { return mUnpack; } in getUnpackState()
1098 PixelUnpackState mUnpack; variable
DState.cpp2299 mUnpack.alignment = alignment; in setUnpackAlignment()
2305 mUnpack.rowLength = rowLength; in setUnpackRowLength()
2311 mUnpack.imageHeight = imageHeight; in setUnpackImageHeight()
2317 mUnpack.skipImages = skipImages; in setUnpackSkipImages()
2323 mUnpack.skipRows = skipRows; in setUnpackSkipRows()
2329 mUnpack.skipPixels = skipPixels; in setUnpackSkipPixels()
2683 *params = mUnpack.alignment; in getIntegerv()
2686 *params = mUnpack.rowLength; in getIntegerv()
2689 *params = mUnpack.imageHeight; in getIntegerv()
2692 *params = mUnpack.skipImages; in getIntegerv()
[all …]