Searched refs:maxTileByteCount (Results 1 – 1 of 1) sorted by relevance
3112 uint32 maxTileByteCount = 0; in Read() local3120 maxTileByteCount = Max_uint32 (maxTileByteCount, in Read()3141 compressedSize = maxTileByteCount; in Read()3211 (maxTileByteCount > 0 && maxTileByteCount <= 1024 * 1024) && in Read()3238 maxTileByteCount, in Read()3267 compressedBuffer.Reset (host.Allocate (maxTileByteCount)); in Read()