Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLESTextureUtils.cpp222 GLsizei inputPitch = computePitch(inputWidth, format, type, unpackAlignment); in computeTextureStartEnd() local
225 …d %d %d w p h %d %d %d:", __FUNCTION__, width, height, depth, inputWidth, inputPitch, inputHeight); in computeTextureStartEnd()
228 int endVal = startVal + inputPitch * inputHeight * depth; in computeTextureStartEnd()