Searched refs:TextureFlatAttachment (Results 1 – 3 of 3) sorted by relevance
435 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()
285 struct TextureFlatAttachment : public TextureAttachment struct287 TextureFlatAttachment (void) : texTarget(GL_NONE) {} in TextureFlatAttachment() function
745 TextureFlatAttachment& texAtt = builder.makeConfig<TextureFlatAttachment>(); in makeAttachment()