Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLESTextureUtils.cpp227 …int startVal = computePackingOffset(format, type, inputWidth, inputHeight, unpackAlignment, unpack… in computeTextureStartEnd() local
228 int endVal = startVal + inputPitch * inputHeight * depth; in computeTextureStartEnd()
230 if (start) *start = startVal; in computeTextureStartEnd()