Home
last modified time | relevance | path

Searched defs:clBinPath (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
Dimage_compressor.cpp1319 static CL_ASTC_STATUS SaveClBin(cl_program program, const std::string &clBinPath) in SaveClBin()
1377 static CL_ASTC_STATUS AstcClBuildProgram(ClAstcHandle *clAstcHandle, const std::string &clBinPath) in AstcClBuildProgram()
1425 static CL_ASTC_STATUS AstcCreateClKernel(ClAstcHandle *clAstcHandle, const std::string &clBinPath) in AstcCreateClKernel()
1462 …ASTC_SHARE_LIB_API CL_ASTC_STATUS AstcClCreate(ClAstcHandle **handle, const std::string &clBinPath) in AstcClCreate()
Dastc_codec.cpp306 uint8_t *buffer, const std::string &clBinPath) in AstcSoftwareEncode()
356 std::string clBinPath = "/data/local/tmp/astcKernelBin.bin"; in AstcSoftwareEncode() local