Searched refs:isCompressedTextureFormatSupported (Results 1 – 4 of 4) sorted by relevance
97 virtual bool isCompressedTextureFormatSupported (int format) const;
248 bool ContextInfo::isCompressedTextureFormatSupported (int format) const in isCompressedTextureFormatSupported() function in glu::ContextInfo
138 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in Texture2D()299 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in TextureCube()530 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in Texture2DArray()650 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in Texture3D()
1675 if (!info.isCompressedTextureFormatSupported(format)) in checkFormatSupport()