Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp29 AstcCustomizedSoManager g_astcCustomizedSoManager; variable
1427 if (!g_astcCustomizedSoManager.LoadSutCustomizedSo() || in compress_block()
1428 g_astcCustomizedSoManager.customizedMaxPartitionsFunc_ == nullptr) in compress_block()
1433 max_partitions = g_astcCustomizedSoManager.customizedMaxPartitionsFunc_(); in compress_block()
1507 if (!g_astcCustomizedSoManager.LoadSutCustomizedSo() || in compress_block()
1508 g_astcCustomizedSoManager.customizedBlockModeFunc_ == nullptr) in compress_block()
1513 scb.block_mode = g_astcCustomizedSoManager.customizedBlockModeFunc_(); in compress_block()
H A Dastcenc_block_sizes.cpp867 if (!g_astcCustomizedSoManager.LoadSutCustomizedSo() || in construct_block_size_descriptor_2d()
868 g_astcCustomizedSoManager.isCustomizedBlockModeFunc_ == nullptr) in construct_block_size_descriptor_2d()
877 if (!g_astcCustomizedSoManager.isCustomizedBlockModeFunc_(i)) in construct_block_size_descriptor_2d()
H A Dastcenc_internal.h2415 extern AstcCustomizedSoManager g_astcCustomizedSoManager;

Completed in 7 milliseconds