Searched refs:unpackSkipPixels (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLESTextureUtils.h | 19 int unpackSkipPixels, 32 int unpackSkipPixels, 42 int unpackSkipPixels,
|
D | GLESTextureUtils.cpp | 251 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/ |
D | TextureUtils.h | 123 GLint unpackSkipPixels; variable
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | TextureUtils.cpp | 1260 unpackSkipPixels = unpackCheckAndUpdate(GL_UNPACK_SKIP_PIXELS, kUnpackSkipPixels); in TextureUnpackReset() 1267 unpackSkipPixels = 0; in TextureUnpackReset() 1277 unpackCheckAndUpdate(GL_UNPACK_SKIP_PIXELS, unpackSkipPixels); in ~TextureUnpackReset()
|