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

/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Ddevice.cpp66 clGetDeviceInfo(cl_device_id dev, cl_device_info param, function
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
H A Dopencl_core.hpp57 #define clGetDeviceInfo clGetDeviceInfo_ macro
201 #undef clGetDeviceInfo macro
202 #define clGetDeviceInfo clGetDeviceInfo_pfn macro
331 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetDeviceInfo)(cl_device_id, cl_device_info, size_t, void*, size_t*);
H A Dopencl_core_wrappers.hpp153 #undef clGetDeviceInfo macro
154 #define clGetDeviceInfo clGetDeviceInfo_fn macro
155 inline cl_int clGetDeviceInfo(cl_device_id p0, cl_device_info p1, size_t p2, void* p3, size_t* p4) { return clGetDeviceInfo_pfn(p0, p1, p2, p3, p4); } function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
H A Dopencl_core_impl.hpp413 cl_int (CL_API_CALL*clGetDeviceInfo)(cl_device_id, cl_device_info, size_t, void*, size_t*) = variable
415 static const struct DynamicFnEntry clGetDeviceInfo_definition = { "clGetDeviceInfo", (void**)&clGetDeviceInfo};

Completed in 98 milliseconds