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

/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/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/mesa3d/src/mesa/main/
H A Dmtypes.h2708 struct gl_renderbuffer_attachment Attachment[BUFFER_COUNT]; member in struct:gl_framebuffer

Completed in 402 milliseconds