Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.h438 GLint mPackSkipRows; variable
DStateManagerGL.cpp101 mPackSkipRows(0),
626 if (mPackSkipRows != pack.skipRows) in setPixelPackState()
628 mPackSkipRows = pack.skipRows; in setPixelPackState()
629 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_PACK_SKIP_ROWS, mPackSkipRows)); in setPixelPackState()