Searched defs:stencilbufferFormat (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp245 , stencilbufferFormat (GL_NONE)
258 GLenum stencilbufferFormat; member in class:deqp::gles2::Functional::FboConfig
313 name += getFormatName(stencilbufferFormat);
467 createRbo(m_stencilbuffer, m_config.stencilbufferFormat, width, height);
1193 bool stencil = getConfig().stencilbufferFormat != GL_NONE;
1754 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().stencilbufferFormat, newWidth, newHeight);
1944 ctx.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().stencilbufferFormat, width, height);
2115 config.stencilbufferFormat = stencilbufferConfigs[stencilbufferNdx].format;

Completed in 48 milliseconds