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

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dpixel.c281 GLint sourceRowSize, sourcePadding, sourceSkip; local in function:EmptyBitmap
300 sourceRowSize = (width * components + 7) >> 3;
301 sourcePadding = (sourceRowSize % 4);
403 GLint elementsPerRow, sourceRowSize, sourcePadding, h, i; local in function:__glEmptyImage
431 sourceRowSize = width * groupSize;
432 sourcePadding = (sourceRowSize % 4);
434 sourceRowSize += 4 - sourcePadding;
436 imageSize = sourceRowSize * rowsPerImage;
443 if ((rowSize == sourceRowSize) && (sourcePadding == 0)) {
454 sourceImage += sourceRowSize;
[all...]
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dpixel.c281 GLint sourceRowSize, sourcePadding, sourceSkip; local in function:EmptyBitmap
300 sourceRowSize = (width * components + 7) >> 3;
301 sourcePadding = (sourceRowSize % 4);
403 GLint elementsPerRow, sourceRowSize, sourcePadding, h, i; local in function:__glEmptyImage
431 sourceRowSize = width * groupSize;
432 sourcePadding = (sourceRowSize % 4);
434 sourceRowSize += 4 - sourcePadding;
436 imageSize = sourceRowSize * rowsPerImage;
443 if ((rowSize == sourceRowSize) && (sourcePadding == 0)) {
454 sourceImage += sourceRowSize;
[all...]

Completed in 3 milliseconds