Searched refs:GetFootprintString (Results 1 – 3 of 3) sorted by relevance
72 std::string GetFootprintString() const;
137 std::string ASTCFile::GetFootprintString() const { in GetFootprintString() function in astc_codec::ASTCFile
761 astc_codec::Footprint::Parse(astc_file->GetFootprintString().c_str()); in main()763 …std::cerr << "ERROR: Invalid footprint \"" << astc_file->GetFootprintString() << "\"" << std::endl; in main()