Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.h431 GLint mUnpackSkipRows; variable
DStateManagerGL.cpp95 mUnpackSkipRows(0),
559 if (mUnpackSkipRows != unpack.skipRows) in setPixelUnpackState()
561 mUnpackSkipRows = unpack.skipRows; in setPixelUnpackState()
562 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_UNPACK_SKIP_ROWS, mUnpackSkipRows)); in setPixelUnpackState()