Home | History | Annotate | Download | only in service

Lines Matching refs:row_size

2228     GLint row_size = width * bytes_per_pixel_;
2230 GLint temp = row_size + pack_alignment_ - 1;
2233 return size_of_all_but_last_row + row_size;
2235 return height * row_size;