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

/external/deqp/modules/glshared/
H A DglsFboUtil.hpp278 struct TextureAttachment : public Attachment struct in namespace:deqp::gls::FboUtil::config
280 TextureAttachment (void) : level(0) {} function in struct:deqp::gls::FboUtil::config::TextureAttachment
285 struct TextureFlatAttachment : public TextureAttachment
292 struct TextureLayerAttachment : public TextureAttachment
H A DglsFboUtil.cpp451 else if (dynamic_cast<const TextureAttachment*>(&att) != DE_NULL)
458 static GLsizei textureLayer (const TextureAttachment& tAtt)
476 if (const TextureAttachment* const texAtt =
477 dynamic_cast<const TextureAttachment*>(&attachment))
720 else if (const TextureAttachment* const tAtt = dynamic_cast<const TextureAttachment*>(&att))

Completed in 216 milliseconds