Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.h439 GLint mPackSkipPixels; variable
DStateManagerGL.cpp102 mPackSkipPixels(0),
634 if (mPackSkipPixels != pack.skipPixels) in setPixelPackState()
636 mPackSkipPixels = pack.skipPixels; in setPixelPackState()
637 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_PACK_SKIP_PIXELS, mPackSkipPixels)); in setPixelPackState()