Searched refs:rowsPerImage (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dpixel.c177 GLint elementsPerRow, imageSize, rowsPerImage, h, i, j, k; local in function:__glFillImage
193 rowsPerImage = imageHeight;
196 rowsPerImage = height;
209 imageSize = rowSize * rowsPerImage;
404 GLint imageSize, rowsPerImage; local in function:__glEmptyImage
419 rowsPerImage = imageHeight;
422 rowsPerImage = height;
436 imageSize = sourceRowSize * rowsPerImage;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dpixel.c177 GLint elementsPerRow, imageSize, rowsPerImage, h, i, j, k; local in function:__glFillImage
193 rowsPerImage = imageHeight;
196 rowsPerImage = height;
209 imageSize = rowSize * rowsPerImage;
404 GLint imageSize, rowsPerImage; local in function:__glEmptyImage
419 rowsPerImage = imageHeight;
422 rowsPerImage = height;
436 imageSize = sourceRowSize * rowsPerImage;
/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c6698 int rowsPerImage; local in function:fillImage3D
6718 rowsPerImage= psm->unpack_image_height;
6721 rowsPerImage= height;
6731 imageSize= rowsPerImage * rowSize; /* 3dstuff */
7066 int rowsPerImage; local in function:emptyImage3D
7084 rowsPerImage= psm->pack_image_height;
7087 rowsPerImage= height;
7098 imageSize= rowsPerImage * rowSize; /* 3dstuff */
7743 GLint rowsPerImage, imageSize; local in function:gluBuild3DMipmapLevelsCore
7779 rowsPerImage
[all...]

Completed in 14 milliseconds