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