Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.h20 int unpackSkipRows,
33 int unpackSkipRows,
43 int unpackSkipRows,
DGLESTextureUtils.cpp252 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/
DTextureUtils.h122 GLint unpackSkipRows; variable
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp1259 unpackSkipRows = unpackCheckAndUpdate(GL_UNPACK_SKIP_ROWS, kUnpackSkipRows); in TextureUnpackReset()
1266 unpackSkipRows = 0; in TextureUnpackReset()
1276 unpackCheckAndUpdate(GL_UNPACK_SKIP_ROWS, unpackSkipRows); in ~TextureUnpackReset()