Home | History | Annotate | Download | only in main

Lines Matching full:bytesperrow

5844    GLint bytesPerRow, compsPerRow;
5854 bytesPerRow = (width + 7) >> 3;
5869 bytesPerRow = bytesPerPixel * width;
5880 = (GLubyte *) malloc(bytesPerRow * height * depth);
5951 memcpy(dst, src, bytesPerRow);
5956 flip_bytes((GLubyte *) dst, bytesPerRow);
5964 dst += bytesPerRow;