Searched refs:genVertexShader (Results 1 – 4 of 4) sorted by relevance
1048 std::string genVertexShader (const std::string& shaderDecl, const std::string& shaderBody);1082 std::string ShadersOOB::genVertexShader (const std::string& shaderDecl, const std::string& shaderBo… in genVertexShader() function in deqp::egl::__anon80c5ce610111::ShadersOOB1228 …return glu::ProgramSources() << glu::VertexSource(genVertexShader(shaderDecl.str(), shaderBody.str… in genNonComputeSource()
136 static string genVertexShader (const ShaderCaseSpecification& spec) in genVertexShader() function955 specializedSources[0] << glu::VertexSource(genVertexShader(m_spec)) in execute()
151 string genVertexShader (const ShaderCaseSpecification& spec) in genVertexShader() function1759 specializedSources[0] << glu::VertexSource(genVertexShader(m_spec)) in initPrograms()
975 std::string genVertexShader (void) const;1083 const std::string vertSrc = genVertexShader(); in initShader()1265 std::string TextureSizeCase::genVertexShader() const in genVertexShader() function in deqp::gles3::Functional::TextureSizeCase