Home
last modified time | relevance | path

Searched refs:inputPitchIn (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp300 int inputPitchIn, in PackPixels() argument
307 int inputPitch = inputPitchIn; in PackPixels()
325 source += inputPitchIn * (params.area.height - 1); in PackPixels()
327 yAxisPitch = -inputPitchIn; in PackPixels()
331 yAxisPitch = inputPitchIn; in PackPixels()
340 xAxisPitch = inputPitchIn; in PackPixels()
352 yAxisPitch = inputPitchIn; in PackPixels()
362 xAxisPitch = -inputPitchIn; in PackPixels()