Home | History | Annotate | Download | only in service

Lines Matching refs:row_size

352     GLint row_size = width * bytes_per_pixel_;
354 GLint temp = row_size + pack_alignment_ - 1;
357 return size_of_all_but_last_row + row_size;
359 return height * row_size;