Searched refs:computePitch (Results 1 – 1 of 1) sorted by relevance
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLESTextureUtils.cpp | 201 static int computePitch(GLsizei inputWidth, GLenum format, GLenum type, int align) { in computePitch() function 207 GLsizei alignedPitch = computePitch(width, format, type, align); in computePackingOffset() 228 GLsizei inputPitch = computePitch(inputWidth, format, type, unpackAlignment); in computeTextureStartEnd() 306 int totalRowSize = computePitch(widthTotal, format, type, packAlignment); in computePackingOffsets2D() 307 int pixelsOnlyRowSize = computePitch(width, format, type, packAlignment); in computePackingOffsets2D() 336 int totalRowSize = computePitch(widthTotal, format, type, packAlignment); in computePackingOffsets3D() 337 int pixelsOnlyRowSize = computePitch(width, format, type, packAlignment); in computePackingOffsets3D()
|