Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dastc_file.h72 std::string GetFootprintString() const;
Dastc_file.cc137 std::string ASTCFile::GetFootprintString() const { in GetFootprintString() function in astc_codec::ASTCFile
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/tools/
Dastc_inspector_cli.cc761 astc_codec::Footprint::Parse(astc_file->GetFootprintString().c_str()); in main()
763 …std::cerr << "ERROR: Invalid footprint \"" << astc_file->GetFootprintString() << "\"" << std::endl; in main()