Home
last modified time | relevance | path

Searched refs:clCreateContext (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
Dcontext.cpp29 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/
Ddirectx.cpp288 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()
Docl.cpp850 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/
Dopencl_core_functions.list5 clCreateContext
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp13 #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_…
Dopencl_core_wrappers.hpp21 #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/
Dopencl_core_impl.hpp237 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/
Dcl.h476 clCreateContext(const cl_context_properties * /* properties */,
Dcl.hpp1432 object_ = ::clCreateContext( in Context()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h612 clCreateContext(const cl_context_properties * /* properties */,
Dcl.hpp358 #define __CREATE_CONTEXT_ERR __ERR_STR(clCreateContext)
2382 object_ = ::clCreateContext( in Context()
2408 object_ = ::clCreateContext( in Context()