Searched refs:computePitch (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLESTextureUtils.cpp | 231 static int computePitch(GLsizei inputWidth, GLenum format, GLenum type, int align) { in computePitch() function 237 GLsizei alignedPitch = computePitch(width, format, type, align); in computePackingOffset() 259 GLsizei inputPitch = computePitch(inputWidth, format, type, unpackAlignment); in computeTextureStartEnd() 272 endVal += computePitch(std::min(width, inputWidth), format, type, 1); in computeTextureStartEnd() 350 int totalRowSize = computePitch(widthTotal, format, type, packAlignment); in computePackingOffsets2D() 351 int pixelsOnlyRowSize = computePitch(width, format, type, packAlignment); in computePackingOffsets2D() 382 int totalRowSize = computePitch(widthTotal, format, type, packAlignment); in computePackingOffsets3D() 383 int pixelsOnlyRowSize = computePitch(width, format, type, packAlignment); in computePackingOffsets3D()
|