Lines Matching refs:GL_NONE
240 : colorbufferType (GL_NONE)
241 , colorbufferFormat (GL_NONE)
242 , depthbufferType (GL_NONE)
243 , depthbufferFormat (GL_NONE)
244 , stencilbufferType (GL_NONE)
245 , stencilbufferFormat (GL_NONE)
288 if (colorbufferType != GL_NONE)
300 if (depthbufferType != GL_NONE)
308 if (stencilbufferType != GL_NONE)
453 DE_ASSERT(m_config.colorbufferType == GL_NONE);
463 DE_ASSERT(m_config.depthbufferType == GL_NONE);
471 DE_ASSERT(m_config.stencilbufferType == GL_NONE);
508 DE_ASSERT(type == GL_NONE);
766 return config.depthbufferType != GL_NONE &&
767 config.stencilbufferType == GL_NONE;
864 config.stencilbufferType == GL_NONE;
954 return config.stencilbufferType == GL_NONE;
1088 return config.stencilbufferType != GL_NONE;
1124 return config.stencilbufferType != GL_NONE;
1139 bool depth = getConfig().depthbufferType != GL_NONE;
1214 // bool depth = getConfig().depthbufferFormat != GL_NONE;
1215 bool stencil = getConfig().stencilbufferFormat != GL_NONE;
1233 cfg.colorbufferType = GL_NONE;
1234 cfg.colorbufferFormat = GL_NONE;
1337 return config.colorbufferType != GL_NONE &&
1338 config.depthbufferType == GL_NONE &&
1339 config.stencilbufferType == GL_NONE;
1455 bool stencil = getConfig().stencilbufferType != GL_NONE;
1475 cfg.depthbufferType = GL_NONE;
1476 cfg.depthbufferFormat = GL_NONE;
1560 config.depthbufferType == GL_NONE &&
1561 config.stencilbufferType == GL_NONE;
1626 config.depthbufferType == GL_NONE &&
1627 config.stencilbufferType == GL_NONE;
1712 bool depth = getConfig().depthbufferType != GL_NONE;
1713 bool stencil = getConfig().stencilbufferType != GL_NONE;
1864 if ((Buffers & GL_COLOR_BUFFER_BIT) && config.colorbufferType == GL_NONE)
1866 if ((Buffers & GL_DEPTH_BUFFER_BIT) && config.depthbufferType == GL_NONE)
1868 if ((Buffers & GL_STENCIL_BUFFER_BIT) && config.stencilbufferType == GL_NONE)
1882 bool stencil = getConfig().stencilbufferType != GL_NONE;
2004 cfg.depthbufferType = GL_NONE;
2005 cfg.stencilbufferType = GL_NONE;
2118 { GL_NONE, GL_NONE },
2123 { GL_NONE, GL_NONE },