Home | History | Annotate | Download | only in main

Lines Matching full:bytesperpixel

5860       const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type);
5867 if (bytesPerPixel <= 0 || components <= 0)
5869 bytesPerRow = bytesPerPixel * width;
5870 bytesPerComp = bytesPerPixel / components;