Home
last modified time | relevance | path

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

/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