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

/external/deqp/framework/opengl/
H A DgluContextInfo.hpp90 virtual bool isCompressedTextureFormatSupported (int format) const;
H A DgluContextInfo.cpp238 bool ContextInfo::isCompressedTextureFormatSupported (int format) const function in class:glu::ContextInfo
H A DgluTexture.cpp138 if (!contextInfo.isCompressedTextureFormatSupported(m_format))
299 if (!contextInfo.isCompressedTextureFormatSupported(m_format))
530 if (!contextInfo.isCompressedTextureFormatSupported(m_format))
650 if (!contextInfo.isCompressedTextureFormatSupported(m_format))
/external/deqp/modules/gles31/functional/
H A Des31fCopyImageTests.cpp1912 if (!info.isCompressedTextureFormatSupported(format))

Completed in 114 milliseconds