Searched refs:clCreateContext (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | context.cpp | 29 clCreateContext(const cl_context_properties *props, cl_uint num_devs, in clCreateContext() function 74 return clCreateContext(props, 1, &dev, pfn_notify, user_data, errcode_ret); in clCreateContextFromType()
|
/external/opencv3/modules/core/src/ |
D | directx.cpp | 288 context = clCreateContext(properties, 1, &device, NULL, NULL, &status); in initializeContextFromD3D11Device() 324 context = clCreateContext(properties, 1, &device, NULL, NULL, &status); in initializeContextFromD3D11Device() 396 context = clCreateContext(properties, 1, &device, NULL, NULL, &status); in initializeContextFromD3D10Device() 432 context = clCreateContext(properties, 1, &device, NULL, NULL, &status); in initializeContextFromD3D10Device() 505 context = clCreateContext(properties, 1, &device, NULL, NULL, &status); in initializeContextFromDirect3DDevice9Ex() 542 context = clCreateContext(properties, 1, &device, NULL, NULL, &status); in initializeContextFromDirect3DDevice9Ex() 615 context = clCreateContext(properties, 1, &device, NULL, NULL, &status); in initializeContextFromDirect3DDevice9() 652 context = clCreateContext(properties, 1, &device, NULL, NULL, &status); in initializeContextFromDirect3DDevice9()
|
D | ocl.cpp | 850 OCL_FUNC_P(cl_context, clCreateContext, 2504 handle = clCreateContext(prop, nd, &d, 0, 0, &status); in setDefault() 2560 handle = clCreateContext(prop, nd, dlist_new, 0, 0, &retval); in Impl()
|
/external/opencv3/modules/core/src/opencl/runtime/generator/filter/ |
D | opencl_core_functions.list | 5 clCreateContext
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 13 #define clCreateContext clCreateContext_ macro 113 #undef clCreateContext 114 #define clCreateContext clCreateContext_pfn macro 287 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_…
|
D | opencl_core_wrappers.hpp | 21 #undef clCreateContext 22 #define clCreateContext clCreateContext_fn macro 23 inline cl_context clCreateContext(const cl_context_properties* p0, cl_uint p1, const cl_device_id* … in clCreateContext() function
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
D | opencl_core_impl.hpp | 237 cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_uint, const cl_device_id*… 239 … struct DynamicFnEntry clCreateContext_definition = { "clCreateContext", (void**)&clCreateContext};
|
/external/mesa3d/include/CL/ |
D | cl.h | 476 clCreateContext(const cl_context_properties * /* properties */,
|
D | cl.hpp | 1432 object_ = ::clCreateContext( in Context()
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.h | 612 clCreateContext(const cl_context_properties * /* properties */,
|
D | cl.hpp | 358 #define __CREATE_CONTEXT_ERR __ERR_STR(clCreateContext) 2382 object_ = ::clCreateContext( in Context() 2408 object_ = ::clCreateContext( in Context()
|