Searched refs:ParseGlslFormat (Results 1 – 2 of 2) sorted by relevance
43 std::unique_ptr<type::Type> ParseGlslFormat(const std::string& fmt);
35 return ParseGlslFormat(data); in Parse()436 std::unique_ptr<type::Type> TypeParser::ParseGlslFormat( in ParseGlslFormat() function in amber::TypeParser