Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/opencl/runtime/
Dopencl_clamdblas.cpp52 static void* WinGetProcAddress(const char* name) in WinGetProcAddress() function
67 #define CV_CL_GET_PROC_ADDRESS(name) WinGetProcAddress(name)
Dopencl_clamdfft.cpp52 static void* WinGetProcAddress(const char* name) in WinGetProcAddress() function
67 #define CV_CL_GET_PROC_ADDRESS(name) WinGetProcAddress(name)
Dopencl_core.cpp93 static void* WinGetProcAddress(const char* name) in WinGetProcAddress() function
127 #define CV_CL_GET_PROC_ADDRESS(name) WinGetProcAddress(name)
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp113 static PROC WinGetProcAddress(const char* name) in WinGetProcAddress() function
125 #define CV_GL_GET_PROC_ADDRESS(name) WinGetProcAddress(name)