Searched defs:clCreateContextFromType (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dcontext.cpp60 clCreateContextFromType(const cl_context_properties *props, function
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
H A Dopencl_core.hpp14 #define clCreateContextFromType clCreateContextFromType_ macro
115 #undef clCreateContextFromType macro
116 #define clCreateContextFromType clCreateContextFromType_pfn macro
288 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*);
H A Dopencl_core_wrappers.hpp24 #undef clCreateContextFromType macro
25 #define clCreateContextFromType clCreateContextFromType_fn macro
26 inline cl_context clCreateContextFromType(const cl_context_properties* p0, cl_device_type p1, void (CL_CALLBACK*p2) (const char*, const void*, size_t, void*), void* p3, cl_int* p4) { return clCreateContextFromType_pfn(p0, p1, p2, p3, p4); } function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
H A Dopencl_core_impl.hpp241 cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*) = variable
243 static const struct DynamicFnEntry clCreateContextFromType_definition = { "clCreateContextFromType", (void**)&clCreateContextFromType};

Completed in 73 milliseconds