Lines Matching refs:elementsPerRow
94 GLint components, groupsPerRow, rowSize, padding, elementsPerRow;
114 elementsPerRow = width * components;
116 elementsLeft = elementsPerRow;
177 GLint elementsPerRow, imageSize, rowsPerImage, h, i, j, k;
213 elementsPerRow = width * components;
221 for (j = 0; j < elementsPerRow; j++) {
236 if (rowSize == elementsPerRow * elementSize) {
239 elementsPerRow * elementSize * height);
240 iter2 += elementsPerRow * elementSize * height;
245 __GLX_MEM_COPY(iter2, iter, elementsPerRow * elementSize);
246 iter2 += elementsPerRow * elementSize;
280 GLint components, groupsPerRow, rowSize, padding, elementsPerRow;
313 elementsPerRow = width * components;
315 elementsLeft = elementsPerRow;
403 GLint elementsPerRow, sourceRowSize, sourcePadding, h, i;
439 elementsPerRow = width * components;
446 elementsPerRow * elementSize * height);
447 sourceImage += elementsPerRow * elementSize * height;
453 elementsPerRow * elementSize);