Home
last modified time | relevance | path

Searched refs:ToShaderType (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/amber/src/amberscript/
Dparser.h44 Result ToShaderType(const std::string& str, ShaderType* type);
Dparser.cc231 Result Parser::ToShaderType(const std::string& str, ShaderType* type) { in ToShaderType() function in amber::amberscript::Parser
296 Result r = ToShaderType(token->AsString(), &type); in ParseShaderBlock()
459 Result r = ToShaderType(token->AsString(), &shader_type); in ParsePipelineAttach()