Home
last modified time | relevance | path

Searched refs:clReleaseContext (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/boost/compute/
Dcontext.hpp123 clReleaseContext(m_context); in operator =()
148 clReleaseContext(m_context); in operator =()
163 clReleaseContext(m_context) in ~context()
/third_party/boost/libs/compute/include/boost/compute/
Dcontext.hpp123 clReleaseContext(m_context); in operator =()
148 clReleaseContext(m_context); in operator =()
163 clReleaseContext(m_context) in ~context()
/third_party/boost/libs/compute/test/
Dtest_context.cpp37 clReleaseContext(ctx); in BOOST_AUTO_TEST_CASE()
/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def59 clReleaseContext
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp35 clReleaseContext,
Dcontext.cpp103 clReleaseContext(cl_context d_ctx) try { in clReleaseContext() function
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map20 clReleaseContext;
DlibOpenCL_autogen.cpp85 cl_int CL_API_CALL clReleaseContext(cl_context context) in clReleaseContext() function
87 return cl::GetDispatch().clReleaseContext(context); in clReleaseContext()
/third_party/opencl-headers/
DREADME_zh.md78 clReleaseContext(context_);
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp25 cl::clReleaseContext,
Dproc_table_cl_autogen.cpp36 {"clReleaseContext", P(::cl::clReleaseContext)}, in GetProcTable()
Dentry_points_cl_autogen.h57 cl_int CL_API_CALL clReleaseContext(cl_context context);
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc129 LOAD_OPENCL_FUNCTION_PTR(clReleaseContext); in LoadLibraryFromPath()
218 CL_DEFINE_FUNC_PTR(clReleaseContext);
309 cl_int clReleaseContext(cl_context context) { in clReleaseContext() function
310 auto func = mindspore::lite::opencl::clReleaseContext; in clReleaseContext()
Dopencl_wrapper.h174 CL_DECLARE_FUNC_PTR(clReleaseContext);
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp115 LOAD_OPENCL_FUNCTION_PTR(clReleaseContext); in LoadLibraryFromPath()
200 CL_DEFINE_FUNC_PTR(clReleaseContext);
298 cl_int clReleaseContext(cl_context context) { in clReleaseContext() function
300 auto func = OHOS::clReleaseContext; in clReleaseContext()
/third_party/boost/libs/compute/doc/
Dporting_guide.qbk36 [[`clReleaseContext()`] [[classref boost::compute::context context::~context()]]]
/third_party/opencl-headers/include/
Dopencl_wrapper.h175 CL_DECLARE_FUNC_PTR(clReleaseContext);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLContextCL.cpp39 if (mNative->getDispatch().clReleaseContext(mNative) != CL_SUCCESS) in ~CLContextCL()
DCLPlatformCL.cpp59 mNative->getDispatch().clReleaseContext == nullptr || in createInfo()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h741 clReleaseContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_icd.h1113 cl_api_clReleaseContext clReleaseContext; member
Dcl.h1034 clReleaseContext(cl_context context) CL_API_SUFFIX__VERSION_1_0;
/third_party/mesa3d/include/CL/
Dcl.h1032 clReleaseContext(cl_context context) CL_API_SUFFIX__VERSION_1_0;
/third_party/opencl-headers/CL/
Dcl.h1034 clReleaseContext(cl_context context) CL_API_SUFFIX__VERSION_1_0;
Dcl_icd.h1113 cl_api_clReleaseContext clReleaseContext; member

12