Searched refs:allRowSizeMinusLastRowSize (Results 1 – 1 of 1) sorted by relevance
730 size_t allRowSizeMinusLastRowSize = height == 0 ? 0 : (srcRowPitch * (height - 1)); in CaptureTexImage2D_pixels() local732 size_t captureSize = allRowSizeMinusLastRowSize + lastRowSize + srcSkipBytes; in CaptureTexImage2D_pixels()