Lines Matching defs:att
197 void check (GLenum attPoint, const Attachment& att, const Image* image);
211 void ES3Checker::check (GLenum attPoint, const Attachment& att, const Image* image)
249 m_depthStencilImage = att.imageName;
250 m_depthStencilType = attachmentType(att);
253 else if (m_depthStencilImage != att.imageName || m_depthStencilType != attachmentType(att))
332 TextureLayerAttachment* att = &builder.makeConfig<TextureLayerAttachment>();
333 att->layer = m_params.attachmentLayer;
334 att->imageName = tex;
336 builder.glAttach(target, att);
454 RenderbufferAttachment& att = builder.makeConfig<RenderbufferAttachment>();
455 att.imageName = rbo;
456 builder.glAttach(target, &att);