HomeSort by relevance Sort by last modified time
    Searched defs:totalRowSize (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish-opengl/system/enc_common/
IOStream_common.cpp 15 int totalRowSize = 0;
21 &totalRowSize,
29 pixelRowSize == totalRowSize) {
32 } else if (pixelRowSize == totalRowSize) {
46 size_t paddingSize = totalRowSize - pixelRowSize;
56 start += totalRowSize;
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLESTextureUtils.cpp 299 int totalRowSize = computePitch(widthTotal, format, type, packAlignment);
308 if (packingTotalRowSize) *packingTotalRowSize = totalRowSize;

Completed in 50 milliseconds