Searched refs:UniqueImage (Results 1 – 9 of 9) sorted by relevance
/third_party/vk-gl-cts/framework/egl/ |
D | egluUnique.hpp | 104 class UniqueImage class 107 UniqueImage (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLImage image); 108 ~UniqueImage (void); 119 UniqueImage operator= (const UniqueImage&); 120 UniqueImage (const UniqueImage&);
|
D | egluUnique.cpp | 98 UniqueImage::UniqueImage (const Library& egl, EGLDisplay display, EGLImage image) in UniqueImage() function in eglu::UniqueImage 105 UniqueImage::~UniqueImage (void) in ~UniqueImage() 111 UniqueImage::operator bool (void) const in operator bool()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglImageFormatTests.cpp | 75 using eglu::UniqueImage; 121 …virtual bool invoke (ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& refImg) const… 179 bool invoke (ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) const; 180 …virtual bool invokeGLES (GLESImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) … 188 …bool invokeGLES (GLESImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) const; 203 … : public Render { public: bool invokeGLES (GLESImageApi& api, MovePtr<UniqueImage>& image, tcu::T… 204 … : public Render { public: bool invokeGLES (GLESImageApi& api, MovePtr<UniqueImage>& image, tcu::T… 205 … : public Render { public: bool invokeGLES (GLESImageApi& api, MovePtr<UniqueImage>& image, tcu::T… 206 … : public Render { public: bool invokeGLES (GLESImageApi& api, MovePtr<UniqueImage>& image, tcu::T… 207 … : public Render { public: bool invokeGLES (GLESImageApi& api, MovePtr<UniqueImage>& image, tcu::T… [all …]
|
D | teglImageTests.cpp | 75 using eglu::UniqueImage;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.hpp | 112 typedef vk::Unique<vk::VkImage> UniqueImage; typedef in vkt::pipeline::ImageSamplingInstance 115 typedef de::SharedPtr<UniqueImage> SharedImagePtr;
|
D | vktPipelineImageSamplingInstance.cpp | 491 m_images[imgNdx] = SharedImagePtr(new UniqueImage(createImage(vk, vkDevice, &imageParams))); in ImageSamplingInstance() 596 …m_colorImages[imgNdx] = SharedImagePtr(new UniqueImage(createImage(vk, vkDevice, &colorImageParams… in ImageSamplingInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSwapchainTests.cpp | 1039 typedef vk::Unique<VkImage> UniqueImage; in testImageSwapchainCreateInfo() typedef 1040 typedef de::SharedPtr<UniqueImage> ImageSp; in testImageSwapchainCreateInfo() 1049 …images[idx] = ImageSp(new UniqueImage(createImage(devHelper.vkd, *devHelper.device, &imageCreateIn… in testImageSwapchainCreateInfo() 2025 typedef vk::Unique<VkImage> UniqueImage; in deviceGroupRenderTest2() typedef 2026 typedef de::SharedPtr<UniqueImage> ImageSp; in deviceGroupRenderTest2() 2041 images[idx] = ImageSp(new UniqueImage(createImage(vkd, *groupDevice, &imageCreateInfo))); in deviceGroupRenderTest2() 2074 imagesSfr[idx] = ImageSp(new UniqueImage(createImage(vkd, *groupDevice, &imageCreateInfo))); in deviceGroupRenderTest2()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_handles.hpp | 7274 using UniqueImage = UniqueHandle<Image, VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_handles.hpp | 7223 using UniqueImage = UniqueHandle<Image, VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>; typedef
|