Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/UnitTest/
H A Dtest_decode.cpp55 status = astcenc_context_alloc(&config, 1, &context); in TEST()
/third_party/astc-encoder/Utils/Example/
H A Dastc_api_example.cpp100 status = astcenc_context_alloc(&config, thread_count, &context); in main()
/third_party/astc-encoder/Source/
H A Dastcenc.h67 * astcenc_context_alloc(&my_config, thread_count, &my_context);
440 * modify it before calling astcenc_context_alloc. See astcenccli_toplevel_help.cpp for full user
775 ASTCENC_PUBLIC astcenc_error astcenc_context_alloc(
H A Dastcenc_entry.cpp657 astcenc_error astcenc_context_alloc( in astcenc_context_alloc() function
H A Dastcenccli_toplevel.cpp2122 codec_status = astcenc_context_alloc(&config, cli_config.thread_count, &codec_context);

Completed in 6 milliseconds