Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dastc_codec.cpp59 static bool CheckClBinIsExist(const std::string &name) in CheckClBinIsExist() function
101 if (!CheckClBinIsExist(g_textureSuperEncSo)) { in LoadSutEncSo()
504 param.hardwareFlag = CheckClBinIsExist(clBinPath) && in AstcSoftwareEncodeCore()
H A Dimage_compressor.cpp1373 static bool CheckClBinIsExist(const std::string &name) in CheckClBinIsExist() function
1441 if (!CheckClBinIsExist(clBinPath)) { in AstcClBuildProgram()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp224 static bool CheckClBinIsExist(const std::string &name) in CheckClBinIsExist() function
232 if (!CheckClBinIsExist(g_textureSuperDecSo)) { in LoadSutDecSo()