Searched defs:inputWidth (Results 1 – 1 of 1) sorted by relevance
201 static int computePitch(GLsizei inputWidth, GLenum format, GLenum type, int align) { in computePitch()227 GLsizei inputWidth = (unpackRowLength == 0) ? width : unpackRowLength; in computeTextureStartEnd() local