Lines Matching defs:cfg
1232 FboConfig cfg = getConfig();
1233 cfg.colorbufferType = GL_NONE;
1234 cfg.colorbufferFormat = GL_NONE;
1235 Framebuffer fboB(context, cfg, width, height);
1474 FboConfig cfg = getConfig();
1475 cfg.depthbufferType = GL_NONE;
1476 cfg.depthbufferFormat = GL_NONE;
1477 Framebuffer fboB(context, cfg, width, height);
2001 FboConfig cfg;
2002 cfg.colorbufferType = GL_TEXTURE_2D;
2003 cfg.colorbufferFormat = format;
2004 cfg.depthbufferType = GL_NONE;
2005 cfg.stencilbufferType = GL_NONE;
2006 return cfg;