Searched refs:rawPitch (Results 1 – 1 of 1) sorted by relevance
547 GLsizei rawPitch = ComputePixelSize(format, type) * width; in ComputePitch() local548 return (rawPitch + alignment - 1) & ~(alignment - 1); in ComputePitch()