Searched refs:m_depthStencilFmt (Results 1 – 1 of 1) sorted by relevance
448 , m_depthStencilFmt (depthStencilFmt) in InvalidateFboRenderCase()457 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt); in preCheck()463 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render()481 if (m_depthStencilFmt != GL_NONE) in render()485 glRenderbufferStorage (GL_RENDERBUFFER, m_depthStencilFmt, getWidth(), getHeight()); in render()550 deUint32 m_depthStencilFmt; member in deqp::gles3::Functional::InvalidateFboRenderCase560 , m_depthStencilFmt (depthStencilFmt) in InvalidateFboUnbindReadCase()570 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt); in preCheck()576 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render()597 if (m_depthStencilFmt != GL_NONE) in render()[all …]