Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DState.h459 const PixelUnpackState &getUnpackState() const { return mUnpack; } in getUnpackState() function
460 PixelUnpackState &getUnpackState() { return mUnpack; } in getUnpackState() function
1368 const PixelUnpackState &getUnpackState() const { return mPrivateState.getUnpackState(); } in getUnpackState() function
1369 PixelUnpackState &getUnpackState() { return mPrivateState.getUnpackState(); } in getUnpackState() function