Home | History | Annotate | Download | only in qphelper

Lines Matching defs:newCapacity

653 		int			newCapacity	= deAlign32(deMax32(2*buffer->capacity, newSize), 512);
654 deUint8* newData = (deUint8*)deMalloc(newCapacity);
661 buffer->capacity = newCapacity;