Lines Matching refs:GL_NONE

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