Searched refs:TextureLayerAttachment (Results 1 – 3 of 3) sorted by relevance
439 else if (const TextureLayerAttachment* const lAtt = in attachAttachment()440 dynamic_cast<const TextureLayerAttachment*>(&att)) in attachAttachment()462 else if (const TextureLayerAttachment* const lAtt = in textureLayer()463 dynamic_cast<const TextureLayerAttachment*>(&tAtt)) in textureLayer()726 else if (const TextureLayerAttachment* const lAtt = in logAttachment()727 dynamic_cast<const TextureLayerAttachment*>(tAtt)) in logAttachment()
292 struct TextureLayerAttachment : public TextureAttachment struct294 TextureLayerAttachment (void) : layer(0) {} in TextureLayerAttachment() argument
304 TextureLayerAttachment* att = &builder.makeConfig<TextureLayerAttachment>(); in build()