Lines Matching refs:m_texFormat
591 const deUint32 m_texFormat;
627 , m_texFormat (texFormat)
658 if (glu::isCompressedFormat(m_texFormat) &&
660 tcu::isAstcFormat(glu::mapGLCompressedTexFormat(m_texFormat)) &&
666 if (m_texFormat == GL_BGRA && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_format_BGRA8888"))
677 m_texture = genDefaultTexture<glu::Texture2D>(m_context.getRenderContext(), m_context.getContextInfo(), m_texFormat, tcu::IVec2(m_texWidth, m_texHeight));
680 << "Created texture with format " << glu::getTextureFormatName(m_texFormat)
1249 << m_texFormat
1271 if (!isDepthFormat(m_texFormat, m_sampleMode))
1514 const bool isDepth = isDepthFormat(m_texFormat, m_sampleMode);
2032 const deUint32 m_texFormat;
2059 , m_texFormat (texFormat)
2079 if (glu::isCompressedFormat(m_texFormat) &&
2081 tcu::isAstcFormat(glu::mapGLCompressedTexFormat(m_texFormat)) &&
2086 if (m_texFormat == GL_BGRA && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_format_BGRA8888"))
2095 m_texture = genDefaultTexture<glu::Texture3D>(m_context.getRenderContext(), m_context.getContextInfo(), m_texFormat, m_size);
2100 << "Created 3D texture with format " << glu::getTextureFormatName(m_texFormat)
2270 << m_texFormat