Searched refs:clReleaseContext (Results 1 – 23 of 23) sorted by relevance
59 clReleaseContext
35 clReleaseContext,
103 clReleaseContext(cl_context d_ctx) try { in clReleaseContext() function
20 clReleaseContext;
85 cl_int CL_API_CALL clReleaseContext(cl_context context) in clReleaseContext() function87 return cl::GetDispatch().clReleaseContext(context); in clReleaseContext()
78 clReleaseContext(context_);
121 LOAD_OPENCL_FUNCTION_PTR(clReleaseContext); in LoadLibraryFromPath()208 CL_DEFINE_FUNC_PTR(clReleaseContext);313 cl_int clReleaseContext(cl_context context) in clReleaseContext() function316 auto func = OHOS::clReleaseContext; in clReleaseContext()
25 cl::clReleaseContext,
36 {"clReleaseContext", P(::cl::clReleaseContext)}, in GetProcTable()
57 cl_int CL_API_CALL clReleaseContext(cl_context context);
183 cl_int CL_API_CALL clReleaseContext(cl_context context) in clReleaseContext() function
179 CL_DECLARE_FUNC_PTR(clReleaseContext);
39 if (mNative->getDispatch().clReleaseContext(mNative) != CL_SUCCESS) in ~CLContextCL()
59 mNative->getDispatch().clReleaseContext == nullptr || in createInfo()
1041 clReleaseContext(cl_context context) CL_API_SUFFIX__VERSION_1_0;
1113 cl_api_clReleaseContext clReleaseContext; member
1032 clReleaseContext(cl_context context) CL_API_SUFFIX__VERSION_1_0;
1636 { return ::clReleaseContext(context); } in release()
1713 { return ::clReleaseContext(context); } in release()
1034 clReleaseContext(cl_context context) CL_API_SUFFIX__VERSION_1_0;
160 cle = clReleaseContext(hwctx->context); in opencl_device_free()