Home
last modified time | relevance | path

Searched refs:clCreateContext (Results 1 - 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dcontext.cpp30 clCreateContext(const cl_context_properties *d_props, cl_uint num_devs, in clCreateContext() function
85 return clCreateContext(d_props, num_devices, devs.data(), pfn_notify, in clCreateContextFromType()
H A Ddispatch.cpp32 clCreateContext,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_dispatch_table.cpp22 cl::clCreateContext,
H A Dproc_table_cl_autogen.cpp33 {"clCreateContext", P(::cl::clCreateContext)}, in GetProcTable()
H A Dentry_points_cl_autogen.h38 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties,
H A Dentry_points_cl_autogen.cpp105 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties, in clCreateContext() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp56 mNative->getDispatch().clCreateContext == nullptr || in createInfo()
395 cl_context nativeContext = mNative->getDispatch().clCreateContext( in createContext()
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp138 LOAD_OPENCL_FUNCTION_PTR(clCreateContext); in LoadLibraryFromPath()
225 CL_DEFINE_FUNC_PTR(clCreateContext);
300 // clCreateContext wrapper, use OpenCLWrapper function.
301 cl_context clCreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_device_id *devices, in clCreateContext() function
306 auto func = OHOS::clCreateContext; in clCreateContext()
/third_party/opencl-headers/include/
H A Dopencl_wrapper.h180 CL_DECLARE_FUNC_PTR(clCreateContext);
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A DlibOpenCL_autogen.cpp52 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties, in clCreateContext() function
62 return cl::GetDispatch().clCreateContext(properties, num_devices, devices, pfn_notify, in clCreateContext()
/third_party/opencl-headers/CL/
H A Dcl_icd.h1110 cl_api_clCreateContext clCreateContext; member
H A Dcl.h1017 clCreateContext(const cl_context_properties * properties,
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_icd.h1110 cl_api_clCreateContext clCreateContext; member
H A Dcl.h1010 clCreateContext(const cl_context_properties * properties,
/third_party/mesa3d/include/CL/
H A Dcl_icd.h1110 cl_api_clCreateContext clCreateContext; member
H A Dcl.h1008 clCreateContext(const cl_context_properties * properties,
H A Dcl2.hpp840 #define __CREATE_CONTEXT_ERR CL_HPP_ERR_STR_(clCreateContext)
2796 * Wraps clCreateContext().
2818 object_ = ::clCreateContext( in Context()
2844 object_ = ::clCreateContext( in Context()
H A Dcl.hpp394 #define __CREATE_CONTEXT_ERR __ERR_STR(clCreateContext)
2510 * Wraps clCreateContext().
2531 object_ = ::clCreateContext( in Context()
2557 object_ = ::clCreateContext( in Context()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_opencl.c606 hwctx->context = clCreateContext(props, 1, &hwctx->device_id, in opencl_device_create_internal()

Completed in 58 milliseconds