Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluContextInfo.hpp97 virtual bool isCompressedTextureFormatSupported (int format) const;
DgluContextInfo.cpp248 bool ContextInfo::isCompressedTextureFormatSupported (int format) const in isCompressedTextureFormatSupported() function in glu::ContextInfo
DgluTexture.cpp138 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()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp1675 if (!info.isCompressedTextureFormatSupported(format)) in checkFormatSupport()