OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UniqueImage
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/egl/
egluUnique.cpp
98
UniqueImage
::
UniqueImage
(const Library& egl, EGLDisplay display, EGLImage image)
105
UniqueImage
::~
UniqueImage
(void)
111
UniqueImage
::operator bool (void) const
egluUnique.hpp
104
class
UniqueImage
107
UniqueImage
(const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLImage image);
108
~
UniqueImage
(void);
119
UniqueImage
operator= (const
UniqueImage
&);
120
UniqueImage
(const
UniqueImage
&);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.hpp
67
typedef vk::Unique<vk::VkImage>
UniqueImage
;
70
typedef de::SharedPtr<
UniqueImage
> SharedImagePtr;
Completed in 84 milliseconds