Home | History | Annotate | Download | only in glshared

Lines Matching refs:sourceWithExts

578 			const std::string		sourceWithExts	= injectExtensionRequirements(baseGLSLCode, specParams.requiredExtensions, shaderType);
580 dst << glu::ShaderSource(shaderType, sourceWithExts);