Home
last modified time | relevance | path

Searched refs:genVertexShader (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/egl/
DteglRobustnessTests.cpp1048 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::ShadersOOB
1228 …return glu::ProgramSources() << glu::VertexSource(genVertexShader(shaderDecl.str(), shaderBody.str… in genNonComputeSource()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp136 static string genVertexShader (const ShaderCaseSpecification& spec) in genVertexShader() function
955 specializedSources[0] << glu::VertexSource(genVertexShader(m_spec)) in execute()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp151 string genVertexShader (const ShaderCaseSpecification& spec) in genVertexShader() function
1759 specializedSources[0] << glu::VertexSource(genVertexShader(m_spec)) in initPrograms()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp975 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