| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | pixel.c | 176 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; local in function:__glFillImage 200 groupSize = elementSize * components; 204 rowSize = groupsPerRow * groupSize; 211 skipRows * rowSize + skipPixels * groupSize; 402 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; local in function:__glEmptyImage 425 groupSize = elementSize * components; 426 rowSize = groupsPerRow * groupSize; 431 sourceRowSize = width * groupSize; 438 skipRows * rowSize + skipPixels * groupSize;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | pixel.c | 176 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; local in function:__glFillImage 200 groupSize = elementSize * components; 204 rowSize = groupsPerRow * groupSize; 211 skipRows * rowSize + skipPixels * groupSize; 402 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; local in function:__glEmptyImage 425 groupSize = elementSize * components; 426 rowSize = groupsPerRow * groupSize; 431 sourceRowSize = width * groupSize; 438 skipRows * rowSize + skipPixels * groupSize;
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | rensize.c | 162 GLint groupSize, rowSize, padding, imageSize; local in function:__glXImageSize 302 groupSize = bytesPerElement * elementsPerGroup; 308 if ((rowSize = safe_mul(groupsPerRow, groupSize)) < 0)
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | rensize.c | 168 GLint groupSize, rowSize, padding, imageSize; local in function:__glXImageSize 311 groupSize = bytesPerElement * elementsPerGroup; 319 if ((rowSize = safe_mul(groupsPerRow, groupSize)) < 0)
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | texgenmix.c | 148 int elementsPerGroup, elementSize, groupSize, rowSize; local in function:loadTexture 154 groupSize = elementsPerGroup * elementSize; 155 rowSize = width * groupSize;
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | texenv.c | 351 int elementsPerGroup, elementSize, groupSize, rowSize; local in function:loadTexture 389 groupSize = elementsPerGroup * elementSize; 390 rowSize = width * groupSize;
|
| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | mipmap.c | 6694 int groupSize; local in function:fillImage3D 6713 groupSize= elementSize * components; 6725 rowSize= groupsPerLine * groupSize; 6734 psm->unpack_skip_pixels * groupSize + 6916 psm->unpack_skip_pixels * groupSize + 7059 int groupSize; local in function:emptyImage3D 7079 groupSize= elementSize * components; 7092 rowSize = groupsPerLine * groupSize; 7101 psm->pack_skip_pixels * groupSize + 7350 psm->unpack_skip_pixels * groupSize 7742 GLint myswapBytes, groupsPerLine, elementSize, groupSize; local in function:gluBuild3DMipmapLevelsCore [all...] |