Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dcodec.cc112 reinterpret_cast<const uint8_t*>(file.GetRawBlockData().c_str()), in DecompressToImage()
113 file.GetRawBlockData().size(), file.GetWidth(), file.GetHeight(), in DecompressToImage()
Dastc_file.h75 const std::string& GetRawBlockData() const;
Dastc_file.cc143 const std::string& ASTCFile::GetRawBlockData() const { in GetRawBlockData() function in astc_codec::ASTCFile