Searched refs:RenderbufferAttachment (Results 1 – 4 of 4) sorted by relevance
431 if (const RenderbufferAttachment* const rAtt = in attachAttachment()432 dynamic_cast<const RenderbufferAttachment*>(&att)) in attachAttachment()449 if (dynamic_cast<const RenderbufferAttachment*>(&att) != DE_NULL) in attachmentType()713 if (const RenderbufferAttachment* const rAtt in logAttachment()714 = dynamic_cast<const RenderbufferAttachment*>(&att)) in logAttachment()
270 struct RenderbufferAttachment : public Attachment struct272 RenderbufferAttachment (void) in RenderbufferAttachment() function
740 att = &builder.makeConfig<RenderbufferAttachment>(); in makeAttachment()
426 RenderbufferAttachment& att = builder.makeConfig<RenderbufferAttachment>(); in build()