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

  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 244 , stencilbufferType (GL_NONE)
257 GLenum stencilbufferType; //!< GL_RENDERBUFFER
308 if (stencilbufferType != GL_NONE)
310 DE_ASSERT(stencilbufferType == GL_RENDERBUFFER);
465 if (m_config.stencilbufferType == GL_RENDERBUFFER)
471 DE_ASSERT(m_config.stencilbufferType == GL_NONE);
481 destroyBuffer(m_stencilbuffer, m_config.stencilbufferType);
757 config.stencilbufferType == GL_NONE;
854 config.stencilbufferType == GL_NONE;
944 return config.stencilbufferType == GL_NONE
    [all...]

Completed in 62 milliseconds