Lines Matching refs:GL_NONE

111 		default:					return GL_NONE;  in getCompatibleColorFormat()
125 return GL_NONE; in getCompatibleDepthStencilFormat()
132 return GL_NONE; in getCompatibleDepthStencilFormat()
456 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck()
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()
569 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck()
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()
693 if (m_colorFmt == GL_NONE) in preCheck()
696 if (m_depthStencilFmt == GL_NONE) in preCheck()
711 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render()
729 if (m_depthStencilFmt != GL_NONE) in render()
823 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck()
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()
925 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck()
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()
1072 if (m_colorFmt == GL_NONE) in preCheck()
1075 if (m_depthStencilFmt == GL_NONE) in preCheck()
1090 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render()
1116 if (m_depthStencilFmt != GL_NONE) in render()
1492 …Case(m_context, getFormatName(colorFormats[ndx]), "", colorFormats[ndx], GL_NONE, GL_COLOR_BUFFER_… in init()