Home | History | Annotate | Download | only in glshared

Lines Matching defs:att

728 	Attachment* att = DE_NULL;
734 att = &builder.makeConfig<RenderbufferAttachment>();
741 att = &texAtt;
748 att->imageName = img;
749 return att;
759 const Attachment* const att = makeAttachment(bufType, imgFmt, width, height, builder);
760 builder.glAttach(target, att);
883 Attachment* att = makeAttachment(m_params.depthKind, format, 64, 64, builder);
884 builder.glAttach(GL_DEPTH_ATTACHMENT, att);
885 builder.glAttach(GL_STENCIL_ATTACHMENT, att);