Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:outputPitch

1870     GLsizei outputPitch = ComputePitch(width, ConvertSizedInternalFormat(format, type), getPackAlignment());
1874 int requiredSize = outputPitch * height;
1881 mRenderer->readPixels(framebuffer, x, y, width, height, format, type, outputPitch, getPackReverseRowOrder(), getPackAlignment(), pixels);