Home | History | Annotate | Download | only in functional

Lines Matching defs:att

161 	void		check 		(GLenum attPoint, const Attachment& att, const Image* image);
172 void ES3Checker::check (GLenum attPoint, const Attachment& att, const Image* image)
211 m_depthStencilImage = att.imageName;
212 m_depthStencilType = attachmentType(att);
215 require(m_depthStencilImage == att.imageName &&
216 m_depthStencilType == attachmentType(att),
282 TextureLayerAttachment* att = &builder.makeConfig<TextureLayerAttachment>();
283 att->layer = m_params.attachmentLayer;
284 att->imageName = tex;
286 builder.glAttach(target, att);
404 RenderbufferAttachment& att = builder.makeConfig<RenderbufferAttachment>();
405 att.imageName = rbo;
406 builder.glAttach(target, &att);