Searched refs:widthTotal (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLESTextureUtils.cpp | 349 int widthTotal = (packRowLength == 0) ? width : packRowLength; in computePackingOffsets2D() local 350 int totalRowSize = computePitch(widthTotal, format, type, packAlignment); in computePackingOffsets2D() 355 …format, type, widthTotal, height, packAlignment, packSkipPixels, packSkipRows, 0 /* skip images = … in computePackingOffsets2D() 381 int widthTotal = (packRowLength == 0) ? width : packRowLength; in computePackingOffsets3D() local 382 int totalRowSize = computePitch(widthTotal, format, type, packAlignment); in computePackingOffsets3D() 391 …format, type, widthTotal, heightTotal, packAlignment, packSkipPixels, packSkipRows, packSkipImages… in computePackingOffsets3D()
|