Searched refs:unpackImageHeight (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLESTextureUtils.h | 18 int unpackImageHeight, 31 int unpackImageHeight, 41 int unpackImageHeight,
|
D | GLESTextureUtils.cpp | 250 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/ |
D | TextureUtils.h | 121 GLint unpackImageHeight; variable
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | TextureUtils.cpp | 1258 unpackImageHeight = unpackCheckAndUpdate(GL_UNPACK_IMAGE_HEIGHT, kUnpackImageHeight); in TextureUnpackReset() 1265 unpackImageHeight = 0; in TextureUnpackReset() 1275 unpackCheckAndUpdate(GL_UNPACK_IMAGE_HEIGHT, unpackImageHeight); in ~TextureUnpackReset()
|