Searched refs:inputPitch (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLESTextureUtils.cpp | 259 GLsizei inputPitch = computePitch(inputWidth, format, type, unpackAlignment); in computeTextureStartEnd() local 262 …d %d %d w p h %d %d %d:", __FUNCTION__, width, height, depth, inputWidth, inputPitch, inputHeight); in computeTextureStartEnd() 270 endVal = startVal + inputPitch * inputHeight * (depth - 1); in computeTextureStartEnd() 271 endVal += inputPitch * (std::min(height, inputHeight) - 1); in computeTextureStartEnd() 274 endVal = startVal + inputPitch * inputHeight * depth; in computeTextureStartEnd()
|