Home
last modified time | relevance | path

Searched defs:inputWidth (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLESTextureUtils.cpp197 static int computePitch(GLsizei inputWidth, GLenum format, GLenum type, int align) { in computePitch()
221 GLsizei inputWidth = (unpackRowLength == 0) ? width : unpackRowLength; in computeTextureStartEnd() local