Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dtype_parser.h43 std::unique_ptr<type::Type> ParseGlslFormat(const std::string& fmt);
Dtype_parser.cc35 return ParseGlslFormat(data); in Parse()
436 std::unique_ptr<type::Type> TypeParser::ParseGlslFormat( in ParseGlslFormat() function in amber::TypeParser