Searched refs:libopencl (Results 1 – 2 of 2) sorted by relevance
42 function = reinterpret_cast<PFN_##function>(dlsym(libopencl, #function)); \47 reinterpret_cast<PFN_##function>(GetProcAddress(libopencl, #function));50 function = reinterpret_cast<PFN_##function>(dlsym(libopencl, #function));54 void LoadOpenCLFunctions(HMODULE libopencl);56 void LoadOpenCLFunctions(void* libopencl, bool use_wrapper);61 HMODULE libopencl = LoadLibraryA("OpenCL.dll"); in LoadOpenCL() local62 if (libopencl) { in LoadOpenCL()63 LoadOpenCLFunctions(libopencl); in LoadOpenCL()72 void* libopencl = nullptr; in LoadOpenCL()75 libopencl = dlopen("libOpenCL-pixel.so", RTLD_NOW | RTLD_LOCAL); in LoadOpenCL()[all …]
88 libopencl = shared_library( variable