Home
last modified time | relevance | path

Searched defs:getUnpackState (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/
DState.h456 const PixelUnpackState &getUnpackState() const { return mUnpack; } in getUnpackState() function
457 PixelUnpackState &getUnpackState() { return mUnpack; } in getUnpackState() function
1329 const PixelUnpackState &getUnpackState() const { return mPrivateState.getUnpackState(); } in getUnpackState() function
1330 PixelUnpackState &getUnpackState() { return mPrivateState.getUnpackState(); } in getUnpackState() function