Lines Matching refs:att
748 Attachment* att = DE_NULL;
754 att = &builder.makeConfig<RenderbufferAttachment>();
761 att = &texAtt;
768 att->imageName = img;
769 return att;
779 const Attachment* const att = makeAttachment(bufType, imgFmt, width, height, builder);
780 builder.glAttach(target, att);
903 Attachment* att = makeAttachment(m_params.depthKind, format, 64, 64, builder);
904 builder.glAttach(GL_DEPTH_ATTACHMENT, att);
905 builder.glAttach(GL_STENCIL_ATTACHMENT, att);