Home
last modified time | relevance | path

Searched refs:oclpath (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/src/opencl/runtime/
Dopencl_core.cpp70 handle = dlopen(oclpath, RTLD_LAZY | RTLD_GLOBAL); in AppleCLGetProcAddress()
/external/opencv3/modules/core/src/
Docl.cpp701 const char* oclpath = getenv("OPENCV_OPENCL_RUNTIME"); in initOpenCLAndLoad() local
702 oclpath = oclpath && strlen(oclpath) > 0 ? oclpath : in initOpenCLAndLoad()
704 handle = dlopen(oclpath, RTLD_LAZY); in initOpenCLAndLoad()
708 fprintf(stderr, "Successfully loaded OpenCL v1.1+ runtime from %s\n", oclpath); in initOpenCLAndLoad()