HomeSort by relevance Sort by last modified time
    Searched refs:oclpath (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/src/opencl/runtime/
opencl_core.cpp 70 handle = dlopen(oclpath, RTLD_LAZY | RTLD_GLOBAL);
  /external/opencv3/modules/core/src/
ocl.cpp 701 const char* oclpath = getenv("OPENCV_OPENCL_RUNTIME"); local
702 oclpath = oclpath && strlen(oclpath) > 0 ? oclpath :
704 handle = dlopen(oclpath, RTLD_LAZY);
708 fprintf(stderr, "Successfully loaded OpenCL v1.1+ runtime from %s\n", oclpath);
    [all...]

Completed in 1025 milliseconds