Home
last modified time | relevance | path

Searched refs:TextureAttachment (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsFboUtil.hpp278 struct TextureAttachment : public Attachment struct
280 TextureAttachment (void) : level(0) {} in TextureAttachment() argument
285 struct TextureFlatAttachment : public TextureAttachment
292 struct TextureLayerAttachment : public TextureAttachment
DglsFboUtil.cpp451 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()