Searched defs:CL_CALLBACK (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl_platform.h41 #define CL_CALLBACK __stdcall macro
45 #define CL_CALLBACK macro
H A Dcl.hpp164 #if !defined(CL_CALLBACK)
165 #define CL_CALLBACK macro
166 #endif //CL_CALLBACK
1423 void (CL_CALLBACK * notifyFptr)(
1446 void (CL_CALLBACK * notifyFptr)(
1604 void (CL_CALLBACK * pfn_notify)(cl_event, cl_int, void *),
1722 void (CL_CALLBACK * pfn_notify)(cl_mem, void *),
2462 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
/external/mesa3d/include/CL/
H A Dcl_platform.h41 #define CL_CALLBACK __stdcall macro
45 #define CL_CALLBACK macro
H A Dcl.hpp164 #if !defined(CL_CALLBACK)
165 #define CL_CALLBACK macro
166 #endif //CL_CALLBACK
1423 void (CL_CALLBACK * notifyFptr)(
1446 void (CL_CALLBACK * notifyFptr)(
1604 void (CL_CALLBACK * pfn_notify)(cl_event, cl_int, void *),
1722 void (CL_CALLBACK * pfn_notify)(cl_mem, void *),
2462 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,

Completed in 56 milliseconds