Home | History | Annotate | Download | only in functional

Lines Matching defs:att

182 	void		check 		(GLenum attPoint, const Attachment& att, const Image* image);
193 void ES3Checker::check (GLenum attPoint, const Attachment& att, const Image* image)
232 m_depthStencilImage = att.imageName;
233 m_depthStencilType = attachmentType(att);
237 if (m_depthStencilImage != att.imageName || m_depthStencilType != attachmentType(att))
304 TextureLayerAttachment* att = &builder.makeConfig<TextureLayerAttachment>();
305 att->layer = m_params.attachmentLayer;
306 att->imageName = tex;
308 builder.glAttach(target, att);
426 RenderbufferAttachment& att = builder.makeConfig<RenderbufferAttachment>();
427 att.imageName = rbo;
428 builder.glAttach(target, &att);