Lines Matching defs:cfg
646 FboConfig cfg = m_config;
647 cfg.buffers &= ~GL_COLOR_BUFFER_BIT;
648 cfg.colorType = GL_NONE;
649 cfg.colorFormat = GL_NONE;
650 Framebuffer fboB(context, cfg, width, height);
883 FboConfig cfg = m_config;
884 cfg.buffers &= ~(GL_DEPTH_BUFFER_BIT|GL_STENCIL_BUFFER_BIT);
885 cfg.depthStencilType = GL_NONE;
886 cfg.depthStencilFormat = GL_NONE;
887 Framebuffer fboB(context, cfg, width, height);