Home
last modified time | relevance | path

Searched refs:stencilbufferType (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp244 , stencilbufferType (GL_NONE) in FboConfig()
257 GLenum stencilbufferType; //!< GL_RENDERBUFFER member in deqp::gles2::Functional::FboConfig
308 if (stencilbufferType != GL_NONE) in getName()
310 DE_ASSERT(stencilbufferType == GL_RENDERBUFFER); in getName()
465 if (m_config.stencilbufferType == GL_RENDERBUFFER) in Framebuffer()
471 DE_ASSERT(m_config.stencilbufferType == GL_NONE); in Framebuffer()
481 destroyBuffer(m_stencilbuffer, m_config.stencilbufferType); in ~Framebuffer()
757 config.stencilbufferType == GL_NONE; in isConfigSupported()
854 config.stencilbufferType == GL_NONE; in isConfigSupported()
944 return config.stencilbufferType == GL_NONE; in isConfigSupported()
[all …]