Searched refs:TextureAttachment (Results 1 – 2 of 2) sorted by relevance
278 struct TextureAttachment : public Attachment struct280 TextureAttachment (void) : level(0) {} in TextureAttachment() argument285 struct TextureFlatAttachment : public TextureAttachment292 struct TextureLayerAttachment : public TextureAttachment
451 else if (dynamic_cast<const TextureAttachment*>(&att) != DE_NULL) in attachmentType()458 static GLsizei textureLayer (const TextureAttachment& tAtt) in textureLayer()476 if (const TextureAttachment* const texAtt = in checkAttachmentCompleteness()477 dynamic_cast<const TextureAttachment*>(&attachment)) in checkAttachmentCompleteness()720 else if (const TextureAttachment* const tAtt = dynamic_cast<const TextureAttachment*>(&att)) in logAttachment()