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

/external/deqp/modules/gles3/functional/
H A Des3fFboStencilbufferTests.cpp147 , m_attachStencil (attachStencil)
150 DE_ASSERT(m_attachStencil == GL_STENCIL_ATTACHMENT || m_attachStencil == GL_NONE);
151 DE_ASSERT(m_attachDepth != GL_DEPTH_STENCIL || m_attachStencil == GL_NONE);
162 // const bool hasStencil = (m_attachDepth == GL_DEPTH_STENCIL || m_attachStencil == GL_DEPTH_STENCIL_ATTACHMENT);
190 if (m_attachStencil != GL_NONE)
191 glFramebufferRenderbuffer(GL_FRAMEBUFFER, m_attachStencil, GL_RENDERBUFFER, depthStencilRbo);
234 deUint32 m_attachStencil; member in class:deqp::gles3::Functional::DepthStencilAttachCase

Completed in 58 milliseconds