Home
last modified time | relevance | path

Searched defs:Attachment (Results 1 – 16 of 16) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/mail/
Dmail.go60 type Attachment struct { struct
62 Name string
63 Data []byte
64 ContentID string
/external/deqp/modules/glshared/
DglsFboUtil.hpp255 struct Attachment : public Config struct
257 Attachment (void) : target(GL_FRAMEBUFFER), imageName(0) {} in Attachment() function
259 glw::GLenum target;
260 glw::GLuint imageName;
/external/syzkaller/vendor/google.golang.org/appengine/internal/mail/
Dmail_service.proto42 repeated MailAttachment Attachment = 9; field
Dmail_service.pb.go149Attachment []*MailAttachment `protobuf:"bytes,9,rep,name=Attachment" json:"Attachment,omitem… member
/external/syzkaller/dashboard/app/
Dreporting_email.go415 attachments []aemail.Attachment, template string, data interface{}) error {
434 func replyTo(c context.Context, msg *email.Email, reply string, attachment *aemail.Attachment) erro…
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp362 struct Attachment struct in sglr::rc::Framebuffer
364 AttachmentType type;
365 deUint32 name;
366 TexTarget texTarget;
367 int level;
368 int layer;
370 Attachment (void) in Attachment() argument
/external/toolchain-utils/cros_utils/
Demail_sender.py22 class Attachment(object): class in EmailSender
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp354 class Attachment class
DvktRenderPassTestsUtil.cpp520 Attachment::Attachment (VkFormat format, in Attachment() function in vkt::renderpass::Attachment
DvktRenderPassTests.cpp632 class Attachment class
635 Attachment (VkFormat format, in Attachment() function in vkt::__anonc29f8a2d0111::Attachment
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp379 class Attachment : public vk::VkPipelineColorBlendAttachmentState class in vkt::Draw::PipelineCreateInfo::ColorBlendState
DvktDrawCreateInfoUtil.cpp945 PipelineCreateInfo::ColorBlendState::Attachment::Attachment (vk::VkBool32 _blendEnable, in Attachment() function in vkt::Draw::PipelineCreateInfo::ColorBlendState::Attachment
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtilemgr.h273 HOTTILE Attachment[SWR_NUM_ATTACHMENTS]; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMetadata.cpp1472 auto *Attachment = MD.second; in copyMetadata() local
DDebugInfo.cpp656 for (auto Attachment : MDs) in stripNonLineTableDebugInfo() local
/external/mesa3d/src/mesa/main/
Dmtypes.h3489 struct gl_renderbuffer_attachment Attachment[BUFFER_COUNT]; member