Home
last modified time | relevance | path

Searched refs:g_astcCustomizedSo (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_internal.h2260 const LPCSTR g_astcCustomizedSo = "../../hms/toolchains/lib/libastcCustomizedEncode.dll"; variable
2262 const std::string g_astcCustomizedSo = "../../hms/toolchains/lib/libastcCustomizedEncode.dylib"; variable
2264 const std::string g_astcCustomizedSo = "../../hms/toolchains/lib/libastcCustomizedEncode.so"; variable
2267 const std::string g_astcCustomizedSo = "/system/lib64/module/hms/graphic/libastcCustomizedEncode.z.so"; variable
2294 printf("astc dll FreeLibrary failed: %s\n", g_astcCustomizedSo); in ~AstcCustomizedSoManager()
2299 printf("astcenc so dlclose failed: %s\n", g_astcCustomizedSo.c_str()); in ~AstcCustomizedSoManager()
2311 if ((_access(g_astcCustomizedSo, 0) == -1)) in LoadSutCustomizedSo()
2313 printf("astc customized dll(%s) is not found!\n", g_astcCustomizedSo); in LoadSutCustomizedSo()
2316 astcCustomizedSoHandle_ = LoadLibrary(g_astcCustomizedSo); in LoadSutCustomizedSo()
2358 printf("astcenc customized dll load success: %s!\n", g_astcCustomizedSo); in LoadSutCustomizedSo()
[all...]

Completed in 3 milliseconds