Lines Matching defs:bytes
31 int bytes = UniformTypeSize(type) * arraySize;32 data = new unsigned char[bytes];33 memset(data, 0, bytes);