Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:outputWidth

3252 	GLsizei outputWidth = (mState.packRowLength > 0) ? mState.packRowLength : width;
3253 GLsizei outputPitch = egl::ComputePitch(outputWidth, format, type, mState.packAlignment);
3256 pixels = ((char*)pixels) + egl::ComputePackingOffset(format, type, outputWidth, outputHeight, mState.packAlignment, mState.packSkipImages, mState.packSkipRows, mState.packSkipPixels);