Lines Matching refs:GL_NONE
111 default: return GL_NONE;
125 return GL_NONE;
132 return GL_NONE;
456 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt);
457 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt);
463 tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_depthStencilFmt) : tcu::TextureFormat();
481 if (m_depthStencilFmt != GL_NONE)
569 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt);
570 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt);
576 tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_depthStencilFmt) : tcu::TextureFormat();
597 if (m_depthStencilFmt != GL_NONE)
693 if (m_colorFmt == GL_NONE)
696 if (m_depthStencilFmt == GL_NONE)
711 tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_depthStencilFmt) : tcu::TextureFormat();
729 if (m_depthStencilFmt != GL_NONE)
823 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt);
824 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt);
830 tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_depthStencilFmt) : tcu::TextureFormat();
852 if (m_depthStencilFmt != GL_NONE)
925 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt);
926 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt);
932 tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_depthStencilFmt) : tcu::TextureFormat();
962 if (m_depthStencilFmt != GL_NONE)
1072 if (m_colorFmt == GL_NONE)
1075 if (m_depthStencilFmt == GL_NONE)
1090 tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_depthStencilFmt) : tcu::TextureFormat();
1116 if (m_depthStencilFmt != GL_NONE)
1492 formatGroup->addChild(new InvalidateSubFboUnbindReadCase(m_context, getFormatName(colorFormats[ndx]), "", colorFormats[ndx], GL_NONE, GL_COLOR_BUFFER_BIT));