Home
last modified time | relevance | path

Searched refs:isFormatSupported (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuFuzzyImageCompare.cpp268 static bool isFormatSupported (const TextureFormat& format) in isFormatSupported() function
278 if (!isFormatSupported(ref.getFormat()) || !isFormatSupported(cmp.getFormat())) in fuzzyCompare()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderApiTests.cpp1106 bool isFormatSupported (const glw::GLenum format) const;
1147 bool ProgramBinaryCase::isFormatSupported (const glw::GLenum format) const in isFormatSupported() function in deqp::gles3::Functional::ProgramBinaryCase
1183 if (!isFormatSupported(binary.format)) in verifyProgramBinary()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp2281 static bool isFormatSupported(deUint32 format, bool isGL45) in isFormatSupported() function
2431 …if ((coreFilterable || !filterRequiresFilterability(filter)) && isFormatSupported(format, m_isGL45… in init()
2751 if (isFormatSupported(formats[formatNdx].format, m_isGL45)) in init()