Lines Matching refs:height
206 static int computePackingOffset(GLenum format, GLenum type, GLsizei width, GLsizei height, int alig… in computePackingOffset() argument
209 (skipImages * height + skipRows); in computePackingOffset()
216 GLsizei width, GLsizei height, GLsizei depth, in computeTextureStartEnd() argument
229 GLsizei inputHeight = (unpackImageHeight == 0) ? height : unpackImageHeight; in computeTextureStartEnd()
231 …ALOGV("%s: input idim %d %d %d w p h %d %d %d:", __FUNCTION__, width, height, depth, inputWidth, i… in computeTextureStartEnd()
244 GLsizei width, GLsizei height, GLsizei depth, in computeTotalImageSize() argument
255 width, height, depth, in computeTotalImageSize()
269 GLsizei width, GLsizei height, GLsizei depth, in computeNeededBufferSize() argument
280 width, height, depth, in computeNeededBufferSize()
294 GLsizei width, GLsizei height, in computePackingOffsets2D() argument
311 …format, type, widthTotal, height, packAlignment, packSkipPixels, packSkipRows, 0 /* skip images = … in computePackingOffsets2D()
320 GLsizei width, GLsizei height, GLsizei depth, in computePackingOffsets3D() argument
339 int heightTotal = packImageHeight == 0 ? height : packImageHeight; in computePackingOffsets3D()
341 int pixelsOnlyImageSize = totalRowSize * height; in computePackingOffsets3D()