Home
last modified time | relevance | path

Searched refs:AstcClClose (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/texture_encode/
H A Dimage_compressor.h69 CL_ASTC_SHARE_LIB_API CL_ASTC_STATUS AstcClClose(ClAstcHandle *handle);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dplugin_texture_encode_test.cpp457 uint32_t ret = AstcClClose(astcClEncoder);
460 ret = AstcClClose(nullptr);
505 AstcClClose(astcClEncoder); in TryAstcEncBasedOnCl()
510 AstcClClose(astcClEncoder); in TryAstcEncBasedOnCl()
513 if (AstcClClose(astcClEncoder) != CL_ASTC_ENC_SUCCESS) { in TryAstcEncBasedOnCl()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dimage_compressor.cpp1332 CL_ASTC_SHARE_LIB_API CL_ASTC_STATUS AstcClClose(ClAstcHandle *clAstcHandle) in AstcClClose() function
1536 AstcClClose(*handle); in AstcClCreate()
1541 AstcClClose(*handle); in AstcClCreate()
H A Dastc_codec.cpp395 AstcClClose(astcClEncoder); in AstcSoftwareEncodeCore()
400 AstcClClose(astcClEncoder); in AstcSoftwareEncodeCore()
403 if (AstcClClose(astcClEncoder) != CL_ASTC_ENC_SUCCESS) { in AstcSoftwareEncodeCore()