Searched refs:depthbufferType (Results 1 – 1 of 1) sorted by relevance
242 , depthbufferType (GL_NONE) in FboConfig()254 GLenum depthbufferType; //!< GL_RENDERBUFFER member in deqp::gles2::Functional::FboConfig300 if (depthbufferType != GL_NONE) in getName()302 DE_ASSERT(depthbufferType == GL_RENDERBUFFER); in getName()457 if (m_config.depthbufferType == GL_RENDERBUFFER) in Framebuffer()463 DE_ASSERT(m_config.depthbufferType == GL_NONE); in Framebuffer()480 destroyBuffer(m_depthbuffer, m_config.depthbufferType); in ~Framebuffer()756 return config.depthbufferType != GL_NONE && in isConfigSupported()1117 bool depth = getConfig().depthbufferType != GL_NONE; in render()1316 config.depthbufferType == GL_NONE && in isConfigSupported()[all …]