Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.h18 int unpackImageHeight,
31 int unpackImageHeight,
41 int unpackImageHeight,
DGLESTextureUtils.cpp250 int unpackImageHeight, in computeTextureStartEnd() argument
260 GLsizei inputHeight = (unpackImageHeight == 0) ? height : unpackImageHeight; in computeTextureStartEnd()
289 int unpackImageHeight, in computeTotalImageSize() argument
300 unpackImageHeight, in computeTotalImageSize()
315 int unpackImageHeight, in computeNeededBufferSize() argument
327 unpackImageHeight, in computeNeededBufferSize()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h121 GLint unpackImageHeight; variable
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp1258 unpackImageHeight = unpackCheckAndUpdate(GL_UNPACK_IMAGE_HEIGHT, kUnpackImageHeight); in TextureUnpackReset()
1265 unpackImageHeight = 0; in TextureUnpackReset()
1275 unpackCheckAndUpdate(GL_UNPACK_IMAGE_HEIGHT, unpackImageHeight); in ~TextureUnpackReset()