Home
last modified time | relevance | path

Searched refs:cl_context_properties (Results 1 – 14 of 14) sorted by relevance

/external/opencv3/modules/core/src/
Ddirectx.cpp282 cl_context_properties properties[] = { in initializeContextFromD3D11Device()
283 CL_CONTEXT_PLATFORM, (cl_context_properties)platforms[i], in initializeContextFromD3D11Device()
284 CL_CONTEXT_D3D11_DEVICE_KHR, (cl_context_properties)(pD3D11Device), in initializeContextFromD3D11Device()
318 cl_context_properties properties[] = { in initializeContextFromD3D11Device()
319 CL_CONTEXT_PLATFORM, (cl_context_properties)platforms[i], in initializeContextFromD3D11Device()
320 CL_CONTEXT_D3D11_DEVICE_KHR, (cl_context_properties)(pD3D11Device), in initializeContextFromD3D11Device()
390 cl_context_properties properties[] = { in initializeContextFromD3D10Device()
391 CL_CONTEXT_PLATFORM, (cl_context_properties)platforms[i], in initializeContextFromD3D10Device()
392 CL_CONTEXT_D3D10_DEVICE_KHR, (cl_context_properties)(pD3D10Device), in initializeContextFromD3D10Device()
426 cl_context_properties properties[] = { in initializeContextFromD3D10Device()
[all …]
Docl.cpp239 typedef intptr_t cl_context_properties; typedef
851 (const cl_context_properties * properties,
2494 cl_context_properties prop[] = in setDefault()
2496 CL_CONTEXT_PLATFORM, (cl_context_properties)pl, in setDefault()
2522 cl_context_properties prop[] = in Impl()
2524 CL_CONTEXT_PLATFORM, (cl_context_properties)pl, in Impl()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dcontext.hpp35 _cl_context(const std::vector<cl_context_properties> &props,
41 const std::vector<cl_context_properties> &props() const { in props()
48 std::vector<cl_context_properties> __props;
Dcontext.cpp29 _cl_context::_cl_context(const std::vector<cl_context_properties> &props, in _cl_context()
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dcontext.cpp29 clCreateContext(const cl_context_properties *props, cl_uint num_devs, in clCreateContext()
60 clCreateContextFromType(const cl_context_properties *props, in clCreateContextFromType()
114 return vector_property<cl_context_properties>(buf, size, size_ret, in clGetContextInfo()
/external/mesa3d/include/CL/
Dcl_gl.h138 clGetGLContextInfoKHR(const cl_context_properties * /* properties */,
145 const cl_context_properties * properties,
Dcl.h62 typedef intptr_t cl_context_properties; typedef
476 clCreateContext(const cl_context_properties * /* properties */,
484 clCreateContextFromType(const cl_context_properties * /* properties */,
Dcl.hpp838 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \
1422 cl_context_properties* properties = NULL, in Context()
1445 cl_context_properties* properties = NULL, in Context()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl_gl.h145 clGetGLContextInfoKHR(const cl_context_properties * /* properties */,
152 const cl_context_properties * properties,
Dcl.h62 typedef intptr_t cl_context_properties; typedef
612 clCreateContext(const cl_context_properties * /* properties */,
620 clCreateContextFromType(const cl_context_properties * /* properties */,
Dcl.hpp1291 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \
2365 cl_context_properties* properties = NULL, in Context()
2395 cl_context_properties* properties = NULL, in Context()
2425 cl_context_properties* properties = NULL, in Context()
2437 cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 }; in Context()
2439 prop[1] = (cl_context_properties)Platform::get(&error)(); in Context()
3188 vector<cl_context_properties> props = context.getInfo<CL_CONTEXT_PROPERTIES>(); in BufferD3D10()
/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*…
238 …opencl_fn6<OPENCL_FN_clCreateContext, cl_context, const cl_context_properties*, cl_uint, const cl_…
241 cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properties*, cl_device_type, void…
242 …opencl_fn5<OPENCL_FN_clCreateContextFromType, cl_context, const cl_context_properties*, cl_device_…
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp287 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_…
288 …IME_EXPORT cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properties*, cl_devic…
Dopencl_core_wrappers.hpp23 inline cl_context clCreateContext(const cl_context_properties* p0, cl_uint p1, const cl_device_id* … in clCreateContext()
26 inline cl_context clCreateContextFromType(const cl_context_properties* p0, cl_device_type p1, void … in clCreateContextFromType()