Searched refs:inputHeight (Results 1 – 1 of 1) sorted by relevance
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLESTextureUtils.cpp | 229 GLsizei inputHeight = (unpackImageHeight == 0) ? height : unpackImageHeight; in computeTextureStartEnd() local 231 …d %d %d w p h %d %d %d:", __FUNCTION__, width, height, depth, inputWidth, inputPitch, inputHeight); in computeTextureStartEnd() 233 …int startVal = computePackingOffset(format, type, inputWidth, inputHeight, unpackAlignment, unpack… in computeTextureStartEnd() 234 int endVal = startVal + inputPitch * inputHeight * depth; in computeTextureStartEnd()
|