Home
last modified time | relevance | path

Searched refs:unpackSkipPixels (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.h19 int unpackSkipPixels,
32 int unpackSkipPixels,
42 int unpackSkipPixels,
DGLESTextureUtils.cpp251 int unpackSkipPixels, in computeTextureStartEnd() argument
264 …ckingOffset(format, type, inputWidth, inputHeight, unpackAlignment, unpackSkipPixels, unpackSkipRo… in computeTextureStartEnd()
290 int unpackSkipPixels, in computeTotalImageSize() argument
301 unpackSkipPixels, in computeTotalImageSize()
316 int unpackSkipPixels, in computeNeededBufferSize() argument
328 unpackSkipPixels, in computeNeededBufferSize()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h123 GLint unpackSkipPixels; variable
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp1260 unpackSkipPixels = unpackCheckAndUpdate(GL_UNPACK_SKIP_PIXELS, kUnpackSkipPixels); in TextureUnpackReset()
1267 unpackSkipPixels = 0; in TextureUnpackReset()
1277 unpackCheckAndUpdate(GL_UNPACK_SKIP_PIXELS, unpackSkipPixels); in ~TextureUnpackReset()