HomeSort by relevance Sort by last modified time
    Searched refs:TextureAttachment (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsFboUtil.hpp 278 struct TextureAttachment : public Attachment
280 TextureAttachment (void) : level(0) {}
285 struct TextureFlatAttachment : public TextureAttachment
292 struct TextureLayerAttachment : public TextureAttachment
glsFboUtil.cpp 451 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 538 milliseconds