HomeSort by relevance Sort by last modified time
    Searched full:depthbuffertype (Results 1 - 1 of 1) sorted by null

  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 242 , depthbufferType (GL_NONE)
254 GLenum depthbufferType; //!< GL_RENDERBUFFER
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 &&
    [all...]

Completed in 116 milliseconds