Searched refs:clReleaseKernel (Results 1 – 25 of 34) sorted by relevance
12
85 clReleaseKernel(ctx->kernel_horiz); in avgblur_opencl_init()87 clReleaseKernel(ctx->kernel_vert); in avgblur_opencl_init()283 cle = clReleaseKernel(ctx->kernel_horiz); in avgblur_opencl_uninit()290 cle = clReleaseKernel(ctx->kernel_vert); in avgblur_opencl_uninit()
87 clReleaseKernel(ctx->kernel_colorkey); in colorkey_opencl_init()186 cle = clReleaseKernel(ctx->kernel_colorkey); in colorkey_opencl_uninit()
83 clReleaseKernel(ctx->kernel); in neighbor_opencl_init()226 cle = clReleaseKernel(ctx->kernel); in neighbor_opencl_uninit()
116 clReleaseKernel(ctx->kernel); in overlay_opencl_load()263 cle = clReleaseKernel(ctx->kernel); in overlay_opencl_uninit()
70 clReleaseKernel(ctx->kernel); in transpose_opencl_init()221 cle = clReleaseKernel(ctx->kernel); in transpose_opencl_uninit()
93 clReleaseKernel(ctx->kernel); in convolution_opencl_init()307 cle = clReleaseKernel(ctx->kernel); in convolution_opencl_uninit()
100 clReleaseKernel(ctx->kernel); in unsharp_opencl_init()320 cle = clReleaseKernel(ctx->kernel); in unsharp_opencl_uninit()
104 cle = clReleaseKernel(k); \
138 clReleaseKernel(ctx->kernel_pad); in pad_opencl_init()233 cle = clReleaseKernel(ctx->kernel_pad); in pad_opencl_uninit()
135 clReleaseKernel(ctx->kernel); in xfade_opencl_load()353 cle = clReleaseKernel(ctx->kernel); in xfade_opencl_uninit()
278 clReleaseKernel(ctx->kernel); in tonemap_opencl_init()469 cle = clReleaseKernel(ctx->kernel); in tonemap_opencl_uninit()
316 cle = clReleaseKernel(ctx->kernel); in program_opencl_uninit()
61 clReleaseKernel
65 clReleaseKernel,
87 clReleaseKernel(cl_kernel d_kern) try { in clReleaseKernel() function
44 clReleaseKernel;
276 cl_int CL_API_CALL clReleaseKernel(cl_kernel kernel) in clReleaseKernel() function278 return cl::GetDispatch().clReleaseKernel(kernel); in clReleaseKernel()
76 clReleaseKernel(kernel_);
91 LOAD_OPENCL_FUNCTION_PTR(clReleaseKernel); in LoadLibraryFromPath()176 CL_DEFINE_FUNC_PTR(clReleaseKernel);419 cl_int clReleaseKernel(cl_kernel kernel) in clReleaseKernel() function422 auto func = OHOS::clReleaseKernel; in clReleaseKernel()
55 cl::clReleaseKernel,
60 {"clReleaseKernel", P(::cl::clReleaseKernel)}, in GetProcTable()
140 cl_int CL_API_CALL clReleaseKernel(cl_kernel kernel);
123 if (mNative->getDispatch().clReleaseKernel(mNative) != CL_SUCCESS) in ~CLKernelCL()
89 mNative->getDispatch().clReleaseKernel == nullptr || in createInfo()
147 CL_DECLARE_FUNC_PTR(clReleaseKernel);