Lines Matching defs:extension
53 static bool isExtensionSupported (const glu::RenderContext& renderCtx, const std::string& extension)
64 if (extension == curExt)
71 static void checkExtension (const glu::RenderContext& renderCtx, const std::string& extension)
73 if (!isExtensionSupported(renderCtx, extension))
74 throw tcu::NotSupportedError(extension + " is not supported");
181 src << "#extension GL_EXT_geometry_shader : require\n";
1307 src << "#extension GL_EXT_tessellation_shader : require\n";
1341 src << "#extension GL_EXT_tessellation_shader : require\n\n";
1427 src << "#extension GL_EXT_tessellation_shader : require\n\n";
1451 src << "#extension GL_EXT_tessellation_shader : require\n";