Home
last modified time | relevance | path

Searched refs:clSoHandle (Results 1 - 2 of 2) sorted by relevance

/third_party/opencl-headers/include/
H A Dopencl_wrapper.h33 bool InitOpenCLExtern(void **clSoHandle);
34 bool UnLoadCLExtern(void *clSoHandle);
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp68 bool InitOpenCLExtern(void **clSoHandle) in InitOpenCLExtern() argument
70 if (clSoHandle == nullptr) { in InitOpenCLExtern()
73 return LoadOpenCLLibrary(clSoHandle); in InitOpenCLExtern()
76 bool UnLoadCLExtern(void *clSoHandle) in UnLoadCLExtern() argument
78 if (clSoHandle == nullptr) { in UnLoadCLExtern()
81 if (dlclose(clSoHandle) != 0) { in UnLoadCLExtern()

Completed in 3 milliseconds