Searched defs:Attachment (Results 1 – 7 of 7) sorted by relevance
27 class Attachment; variable
21 class Attachment; variable
32 Attachment::Attachment(const AttachmentId& id, in Attachment() function in syncer::Attachment
302 struct Attachment : public Config struct304 Attachment (void) : target(GL_FRAMEBUFFER), imageName(0) {} in Attachment() argument306 glw::GLenum target;307 glw::GLuint imageName;
357 struct Attachment struct in sglr::rc::Framebuffer359 AttachmentType type;360 deUint32 name;361 TexTarget texTarget;362 int level;363 int layer;365 Attachment (void) in Attachment() argument
2708 struct gl_renderbuffer_attachment Attachment[BUFFER_COUNT]; member