Searched refs:pMemoryOffset (Results 1 – 4 of 4) sorted by relevance
87 void Buffer::bind(DeviceMemory *pDeviceMemory, VkDeviceSize pMemoryOffset) in bind() argument89 memory = pDeviceMemory->getOffsetPointer(pMemoryOffset); in bind()
33 void bind(DeviceMemory *pDeviceMemory, VkDeviceSize pMemoryOffset);
55 void bind(DeviceMemory *pDeviceMemory, VkDeviceSize pMemoryOffset);
176 void Image::bind(DeviceMemory *pDeviceMemory, VkDeviceSize pMemoryOffset) in bind() argument179 memoryOffset = pMemoryOffset; in bind()