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

/external/toolchain-utils/cros_utils/
H A Demail_sender.py22 class Attachment(object): class in class:EmailSender
/external/libchrome/base/
H A Dpickle.cc248 Pickle::Attachment::Attachment() {} function in class:base::Pickle::Attachment
250 Pickle::Attachment::~Attachment() {}
366 bool Pickle::WriteAttachment(scoped_refptr<Attachment> attachment) {
371 scoped_refptr<Attachment>* attachment) const {
H A Dpickle.h170 class BASE_EXPORT Attachment : public RefCountedThreadSafe<Attachment> { class in class:base::Pickle
172 Attachment();
175 friend class RefCountedThreadSafe<Attachment>;
176 virtual ~Attachment();
178 DISALLOW_COPY_AND_ASSIGN(Attachment);
259 virtual bool WriteAttachment(scoped_refptr<Attachment> attachment);
264 scoped_refptr<Attachment>* attachment) const;
/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/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dtilemgr.h273 HOTTILE Attachment[SWR_NUM_ATTACHMENTS]; member in union:HotTileSet
300 FreeHotTileMem(mHotTiles[x][y].Attachment[a].pBuffer);
/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/llvm/lib/IR/
H A DLLVMContextImpl.h1011 struct Attachment { struct in class:llvm::MDGlobalAttachmentMap
1015 SmallVector<Attachment, 1> Attachments;
/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/renderpass/
H A DvktRenderPassTests.cpp608 class Attachment class in namespace:vkt::__anon4469
611 Attachment (VkFormat format, function in class:vkt::__anon4469::Attachment
666 RenderPass (const vector<Attachment>& attachments,
677 const vector<Attachment>& getAttachments (void) const { return m_attachments; }
683 const vector<Attachment> m_attachments;
764 const vector<Attachment>& attachments = renderPass.getAttachments();
768 const tcu::ScopedLogSection attachmentSection (log, "Attachment" + de::toString(attachmentNdx), "Attachment " + de::toString(attachmentNdx));
769 const Attachment& attachment = attachments[attachmentNdx];
822 log << TestLog::Message << "Attachment
[all...]
/external/mesa3d/src/mesa/main/
H A Dmtypes.h3265 /** Whether one of Attachment has Type != GL_NONE
3297 struct gl_renderbuffer_attachment Attachment[BUFFER_COUNT]; member in struct:gl_framebuffer

Completed in 2204 milliseconds