Searched refs:unpackSkipRows (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLESTextureUtils.h | 20 int unpackSkipRows, 33 int unpackSkipRows, 43 int unpackSkipRows,
|
D | GLESTextureUtils.cpp | 252 int unpackSkipRows, in computeTextureStartEnd() argument 264 …t, type, inputWidth, inputHeight, unpackAlignment, unpackSkipPixels, unpackSkipRows, unpackSkipIma… in computeTextureStartEnd() 291 int unpackSkipRows, in computeTotalImageSize() argument 302 unpackSkipRows, in computeTotalImageSize() 317 int unpackSkipRows, in computeNeededBufferSize() argument 329 unpackSkipRows, in computeNeededBufferSize()
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | TextureUtils.h | 122 GLint unpackSkipRows; variable
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | TextureUtils.cpp | 1259 unpackSkipRows = unpackCheckAndUpdate(GL_UNPACK_SKIP_ROWS, kUnpackSkipRows); in TextureUnpackReset() 1266 unpackSkipRows = 0; in TextureUnpackReset() 1276 unpackCheckAndUpdate(GL_UNPACK_SKIP_ROWS, unpackSkipRows); in ~TextureUnpackReset()
|