Lines Matching defs:Image
24 * \brief Image Object Util
62 class Image
65 static de::SharedPtr<Image> create (const vk::DeviceInterface& vk, vk::VkDevice device, const vk::VkImageCreateInfo& createInfo, deUint32 queueFamilyIndex);
67 static de::SharedPtr<Image> createAndAlloc (const vk::DeviceInterface& vk,
226 de::SharedPtr<Image> copyToLinearImage (vk::VkQueue queue,
244 Image (const vk::DeviceInterface& vk,
253 Image (const Image& other); // Not allowed!
254 Image& operator= (const Image& other); // Not allowed!