Home
last modified time | relevance | path

Searched refs:isCompressedTextureFormatSupported (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluContextInfo.hpp93 virtual bool isCompressedTextureFormatSupported (int format) const;
DgluTexture.cpp138 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in Texture2D()
333 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in TextureCube()
564 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in Texture2DArray()
684 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in Texture3D()
DgluContextInfo.cpp249 bool ContextInfo::isCompressedTextureFormatSupported (int format) const in isCompressedTextureFormatSupported() function in glu::ContextInfo
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp179 if (contextInfo.isCompressedTextureFormatSupported(glFormat)) in getSupportedCompressedFormats()
1064 if (!contextInfo.isCompressedTextureFormatSupported(m_compressedFormat)) in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fCopyImageTests.cpp1918 if (!info.isCompressedTextureFormatSupported(format)) in checkFormatSupport()