Searched refs:size_of_all_but_last_row (Results 1 – 2 of 2) sorted by relevance
434 uint32 size_of_all_but_last_row; in ComputeImageDataSizes() local436 &size_of_all_but_last_row)) { in ComputeImageDataSizes()439 if (!SafeAddUint32(size_of_all_but_last_row, row_size, size)) { in ComputeImageDataSizes()
320 GLint size_of_all_but_last_row = (height - 1) * padded_row_size; in ComputeImageDataSize() local321 return size_of_all_but_last_row + row_size; in ComputeImageDataSize()