Home | History | Annotate | Download | only in glshared

Lines Matching refs: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";
1304 src << "#extension GL_EXT_tessellation_shader : require\n";
1338 src << "#extension GL_EXT_tessellation_shader : require\n\n";
1424 src << "#extension GL_EXT_tessellation_shader : require\n\n";
1448 src << "#extension GL_EXT_tessellation_shader : require\n";