Searched defs:Attachment (Results 1 – 8 of 8) sorted by relevance
255 struct Attachment : public Config struct257 Attachment (void) : target(GL_FRAMEBUFFER), imageName(0) {} in Attachment() function259 glw::GLenum target;260 glw::GLuint imageName;
362 struct Attachment struct in sglr::rc::Framebuffer364 AttachmentType type;365 deUint32 name;366 TexTarget texTarget;367 int level;368 int layer;370 Attachment (void) in Attachment() function
22 class Attachment(object): class in EmailSender
249 Pickle::Attachment::Attachment() {} in Attachment() function in base::Pickle::Attachment367 bool Pickle::WriteAttachment(scoped_refptr<Attachment> /*attachment*/) { in WriteAttachment()
374 class Attachment : public vk::VkPipelineColorBlendAttachmentState class in vkt::Draw::PipelineCreateInfo::ColorBlendState
931 PipelineCreateInfo::ColorBlendState::Attachment::Attachment (vk::VkBool32 _blendEnable, in Attachment() function in vkt::Draw::PipelineCreateInfo::ColorBlendState::Attachment
582 class Attachment class585 Attachment (VkFormat format, in Attachment() function in vkt::__anondc024f7e0111::Attachment
2708 struct gl_renderbuffer_attachment Attachment[BUFFER_COUNT]; member