Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dpixel.c281 GLint sourceRowSize, sourcePadding, sourceSkip; in EmptyBitmap() local
300 sourceRowSize = (width * components + 7) >> 3; in EmptyBitmap()
301 sourcePadding = (sourceRowSize % 4); in EmptyBitmap()
403 GLint elementsPerRow, sourceRowSize, sourcePadding, h, i; in __glEmptyImage() local
431 sourceRowSize = width * groupSize; in __glEmptyImage()
432 sourcePadding = (sourceRowSize % 4); in __glEmptyImage()
434 sourceRowSize += 4 - sourcePadding; in __glEmptyImage()
436 imageSize = sourceRowSize * rowsPerImage; in __glEmptyImage()
443 if ((rowSize == sourceRowSize) && (sourcePadding == 0)) { in __glEmptyImage()
454 sourceImage += sourceRowSize; in __glEmptyImage()