Home
last modified time | relevance | path

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

/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/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() function
/external/toolchain-utils/cros_utils/
Demail_sender.py22 class Attachment(object): class in EmailSender
/external/libchrome/base/
Dpickle.cc249 Pickle::Attachment::Attachment() {} in Attachment() function in base::Pickle::Attachment
367 bool Pickle::WriteAttachment(scoped_refptr<Attachment> /*attachment*/) { in WriteAttachment()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp374 class Attachment : public vk::VkPipelineColorBlendAttachmentState class in vkt::Draw::PipelineCreateInfo::ColorBlendState
DvktDrawCreateInfoUtil.cpp931 PipelineCreateInfo::ColorBlendState::Attachment::Attachment (vk::VkBool32 _blendEnable, in Attachment() function in vkt::Draw::PipelineCreateInfo::ColorBlendState::Attachment
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp582 class Attachment class
585 Attachment (VkFormat format, in Attachment() function in vkt::__anondc024f7e0111::Attachment
/external/mesa3d/src/mesa/main/
Dmtypes.h2708 struct gl_renderbuffer_attachment Attachment[BUFFER_COUNT]; member