Searched defs:texCfg (Results 1 – 3 of 3) sorted by relevance
284 TextureLayered* texCfg = DE_NULL; in build() local
668 void Framebuffer::setTexture (glw::GLuint texName, const Texture& texCfg) in setTexture()972 GLuint FboBuilder::glCreateTexture (const Texture& texCfg) in glCreateTexture()
736 else if (Texture2D* texCfg = dynamic_cast<Texture2D*>(imgCfg)) in makeAttachment() local