Home
last modified time | relevance | path

Searched refs:TextureFlatAttachment (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
DglsFboUtil.cpp435 else if (const TextureFlatAttachment* const fAtt = in attachAttachment()
436 dynamic_cast<const TextureFlatAttachment*>(&att)) in attachAttachment()
460 if (dynamic_cast<const TextureFlatAttachment*>(&tAtt) != DE_NULL) in textureLayer()
723 if (const TextureFlatAttachment* const fAtt = in logAttachment()
724 dynamic_cast<const TextureFlatAttachment*>(tAtt)) in logAttachment()
DglsFboUtil.hpp285 struct TextureFlatAttachment : public TextureAttachment struct
287 TextureFlatAttachment (void) : texTarget(GL_NONE) {} in TextureFlatAttachment() function
DglsFboCompletenessTests.cpp745 TextureFlatAttachment& texAtt = builder.makeConfig<TextureFlatAttachment>(); in makeAttachment()