HomeSort by relevance Sort by last modified time
    Searched full:clreleasedevice (Results 1 - 8 of 8) sorted by null

  /external/opencv3/modules/core/src/opencl/runtime/generator/filter/
opencl_core_functions.list 68 clReleaseDevice
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
opencl_core.hpp 76 #define clReleaseDevice clReleaseDevice_
239 #undef clReleaseDevice
240 #define clReleaseDevice clReleaseDevice_pfn
350 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseDevice)(cl_device_id);
opencl_core_wrappers.hpp 210 #undef clReleaseDevice
211 #define clReleaseDevice clReleaseDevice_fn
212 inline cl_int clReleaseDevice(cl_device_id p0) { return clReleaseDevice_pfn(p0); }
  /external/opencv3/modules/core/src/
directx.cpp 291 clReleaseDevice(device);
327 clReleaseDevice(device);
399 clReleaseDevice(device);
435 clReleaseDevice(device);
508 clReleaseDevice(device);
545 clReleaseDevice(device);
618 clReleaseDevice(device);
655 clReleaseDevice(device);
    [all...]
ocl.cpp     [all...]
  /external/opencv3/modules/core/src/opencl/runtime/autogenerated/
opencl_core_impl.hpp     [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.h 608 clReleaseDevice(cl_device_id /* device */) CL_API_SUFFIX__VERSION_1_2;
    [all...]
cl.hpp     [all...]

Completed in 351 milliseconds