OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CL_CALLBACK
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/include/CL/
cl_platform.h
41
#define
CL_CALLBACK
__stdcall
45
#define
CL_CALLBACK
[
all
...]
cl.hpp
164
#if !defined(
CL_CALLBACK
)
165
#define
CL_CALLBACK
166
#endif //
CL_CALLBACK
[
all
...]
/external/opencv3/3rdparty/include/opencl/1.2/CL/
cl_platform.h
41
#define
CL_CALLBACK
__stdcall
45
#define
CL_CALLBACK
[
all
...]
cl.hpp
198
#if !defined(
CL_CALLBACK
)
199
#define
CL_CALLBACK
200
#endif //
CL_CALLBACK
[
all
...]
/external/opencv3/modules/core/src/
ocl.cpp
685
#define
CL_CALLBACK
CV_STDCALL
[
all
...]
Completed in 167 milliseconds