Lines Matching refs:m_depthStencilFmt
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::InvalidateFboRenderCase
560 , 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()
603 …glTexImage2D (GL_TEXTURE_2D, 0, m_depthStencilFmt, getWidth(), getHeight(), 0, transferFmt.format,… in render()
666 deUint32 m_depthStencilFmt; member in deqp::gles3::Functional::InvalidateFboUnbindReadCase
678 , m_depthStencilFmt (0) in InvalidateFboUnbindBlitCase()
684 m_depthStencilFmt = getCompatibleDepthStencilFormat(m_context.getRenderTarget()); in InvalidateFboUnbindBlitCase()
696 if (m_depthStencilFmt == GL_NONE) in preCheck()
700 checkFormatSupport(m_depthStencilFmt); in preCheck()
711 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render()
729 if (m_depthStencilFmt != GL_NONE) in render()
733 …glRenderbufferStorageMultisample (GL_RENDERBUFFER, m_numSamples, m_depthStencilFmt, quadSizePixels… in render()
804 deUint32 m_depthStencilFmt; member in deqp::gles3::Functional::InvalidateFboUnbindBlitCase
815 , m_depthStencilFmt (depthStencilFmt) in InvalidateSubFboRenderCase()
824 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt); in preCheck()
830 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render()
852 if (m_depthStencilFmt != GL_NONE) in render()
856 glRenderbufferStorage (GL_RENDERBUFFER, m_depthStencilFmt, getWidth(), getHeight()); in render()
906 deUint32 m_depthStencilFmt; member in deqp::gles3::Functional::InvalidateSubFboRenderCase
916 , m_depthStencilFmt (depthStencilFmt) in InvalidateSubFboUnbindReadCase()
926 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt); in preCheck()
932 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render()
962 if (m_depthStencilFmt != GL_NONE) in render()
968 …glTexImage2D (GL_TEXTURE_2D, 0, m_depthStencilFmt, getWidth(), getHeight(), 0, transferFmt.format,… in render()
1045 deUint32 m_depthStencilFmt; member in deqp::gles3::Functional::InvalidateSubFboUnbindReadCase
1057 , m_depthStencilFmt (0) in InvalidateSubFboUnbindBlitCase()
1063 m_depthStencilFmt = getCompatibleDepthStencilFormat(m_context.getRenderTarget()); in InvalidateSubFboUnbindBlitCase()
1075 if (m_depthStencilFmt == GL_NONE) in preCheck()
1079 checkFormatSupport(m_depthStencilFmt); in preCheck()
1090 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render()
1116 if (m_depthStencilFmt != GL_NONE) in render()
1120 …glRenderbufferStorageMultisample (GL_RENDERBUFFER, m_numSamples, m_depthStencilFmt, quadSizePixels… in render()
1189 deUint32 m_depthStencilFmt; member in deqp::gles3::Functional::InvalidateSubFboUnbindBlitCase