Lines Matching refs:mapGLInternalFormat
462 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); in render()
463 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render()
575 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); in render()
576 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render()
711 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render()
829 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); in render()
830 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render()
931 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); in render()
932 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render()
1090 …tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_… in render()
1210 const tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(colorFormat); in render()