Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Docl.cpp190 static const bool g_haveOpenCL = true; variable
687 static volatile bool g_haveOpenCL = false; variable
706 g_haveOpenCL = handle != 0 && dlsym(handle, oclFuncToCheck) != 0; in initOpenCLAndLoad()
707 if( g_haveOpenCL ) in initOpenCLAndLoad()
744 g_haveOpenCL = handle != 0 && GetProcAddress(handle, oclFuncToCheck) != 0; in initOpenCLAndLoad()
771 g_haveOpenCL = handle != 0 && dlsym(handle, oclFuncToCheck) != 0; in initOpenCLAndLoad()