Searched defs:Attachment (Results 1 - 15 of 15) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
H A Dvpngateway.py28 class Attachment(object): class in inherits:object
63 att = Attachment()
H A D__init__.py33 from boto.vpc.vpngateway import VpnGateway, Attachment namespace
1085 :return: a :class:`boto.vpc.vpngateway.Attachment`
1091 return self.get_object('AttachVpnGateway', params, Attachment)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
H A Dnetworkinterface.py32 class Attachment(object): class in inherits:object
53 return 'Attachment:%s' % self.id
129 self.attachment = Attachment()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
H A Dtest_networkinterface.py30 from boto.ec2.networkinterface import Attachment, NetworkInterface namespace
36 self.attachment = Attachment()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
H A Dtest_vpngateway.py6 from boto.vpc import VPCConnection, VpnGateway, Attachment namespace
138 self.assertIsInstance(api_response, Attachment)
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp374 class Attachment : public vk::VkPipelineColorBlendAttachmentState class in class:vkt::Draw::PipelineCreateInfo::ColorBlendState
377 Attachment (vk::VkBool32 blendEnable = false,
H A DvktDrawCreateInfoUtil.cpp931 PipelineCreateInfo::ColorBlendState::Attachment::Attachment (vk::VkBool32 _blendEnable, function in class:vkt::Draw::PipelineCreateInfo::ColorBlendState::Attachment
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateCreateInfoUtil.hpp376 class Attachment : public vk::VkPipelineColorBlendAttachmentState class in class:vkt::DynamicState::PipelineCreateInfo::ColorBlendState
379 Attachment (vk::VkBool32 blendEnable = false,
H A DvktDynamicStateCreateInfoUtil.cpp930 PipelineCreateInfo::ColorBlendState::Attachment::Attachment (vk::VkBool32 _blendEnable, function in class:vkt::DynamicState::PipelineCreateInfo::ColorBlendState::Attachment
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolCreateInfoUtil.hpp374 class Attachment : public vk::VkPipelineColorBlendAttachmentState class in class:vkt::QueryPool::PipelineCreateInfo::ColorBlendState
377 Attachment (vk::VkBool32 blendEnable = false,
H A DvktQueryPoolCreateInfoUtil.cpp937 PipelineCreateInfo::ColorBlendState::Attachment::Attachment (vk::VkBool32 _blendEnable, function in class:vkt::QueryPool::PipelineCreateInfo::ColorBlendState::Attachment
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp255 struct Attachment : public Config struct in namespace:deqp::gls::FboUtil::config
257 Attachment (void) : target(GL_FRAMEBUFFER), imageName(0) {} function in struct:deqp::gls::FboUtil::config::Attachment
270 struct RenderbufferAttachment : public Attachment
278 struct TextureAttachment : public Attachment
299 glw::GLenum attachmentType (const Attachment& att);
303 typedef std::map<glw::GLenum, const Attachment*> AttachmentMap;
318 void attach (glw::GLenum attPoint, const Attachment* att);
330 const config::Attachment* att);
407 const config::Attachment& att,
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp362 struct Attachment struct in class:sglr::rc::Framebuffer
370 Attachment (void) function in struct:sglr::rc::Framebuffer::Attachment
383 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; }
384 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; }
388 Attachment m_attachments[ATTACHMENTPOINT_LAST];
782 void acquireFboAttachmentReference (const rc::Framebuffer::Attachment& attachment);
783 void releaseFboAttachmentReference (const rc::Framebuffer::Attachment& attachment);
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp515 class Attachment class in namespace:vkt::__anon3766
518 Attachment (VkFormat format, function in class:vkt::__anon3766::Attachment
573 RenderPass (const vector<Attachment>& attachments,
582 const vector<Attachment>& getAttachments (void) const { return m_attachments; }
587 const vector<Attachment> m_attachments;
664 const vector<Attachment>& attachments = renderPass.getAttachments();
668 const tcu::ScopedLogSection attachmentSection (log, "Attachment" + de::toString(attachmentNdx), "Attachment " + de::toString(attachmentNdx));
669 const Attachment& attachment = attachments[attachmentNdx];
708 log << TestLog::Message << "Attachment
[all...]
/external/mesa3d/src/mesa/main/
H A Dmtypes.h2708 struct gl_renderbuffer_attachment Attachment[BUFFER_COUNT]; member in struct:gl_framebuffer

Completed in 446 milliseconds