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