Home
last modified time | relevance | path

Searched refs:stencilbufferFormat (Results 1 – 1 of 1) sorted by relevance

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