Lines Matching refs:extension
67 throw tcu::NotSupportedError("Test requires GL_ANDROID_extension_pack_es31a extension");
122 SubExtensionCase (Context& context, const char* name, const char* description, const char* extension);
130 SubExtensionCase::SubExtensionCase (Context& context, const char* name, const char* description, const char* extension)
132 , m_extension (extension)
140 << "Verifying that extension \"" << m_extension << "\" is supported."
147 << "Extension is supported."
156 << "Error, extension is not supported."
159 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Required extension not supported");
168 : TestCaseGroup(context, "android_extension_pack", "ANDROID_extension_pack_es31a extension tests")
252 const std::string description = "Check that extension " + name + " is supported if extension pack is supported";