Searched defs:GlslSource (Results 1 – 3 of 3) sorted by relevance
90 struct GlslSource struct92 static const ShaderLanguage shaderLanguage = SHADER_LANGUAGE_GLSL;93 std::vector<std::string> sources[glu::SHADERTYPE_LAST];94 ShaderBuildOptions buildOptions;
365 bool compileGlslToSpirV (const GlslSource&, std::vector<deUint32>*, glu::ShaderProgramInfo*) in compileGlslToSpirV()
785 ProgramBinary* buildProgram (const GlslSource&, glu::ShaderProgramInfo*, const tcu::CommandLine&) in buildProgram()