Searched refs:depthbufferType (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp242 , depthbufferType (GL_NONE)
254 GLenum depthbufferType; //!< GL_RENDERBUFFER member in class:deqp::gles2::Functional::FboConfig
300 if (depthbufferType != GL_NONE)
302 DE_ASSERT(depthbufferType == GL_RENDERBUFFER);
457 if (m_config.depthbufferType == GL_RENDERBUFFER)
463 DE_ASSERT(m_config.depthbufferType == GL_NONE);
480 destroyBuffer(m_depthbuffer, m_config.depthbufferType);
756 return config.depthbufferType != GL_NONE &&
1117 bool depth = getConfig().depthbufferType != GL_NONE;
1316 config.depthbufferType
[all...]

Completed in 48 milliseconds