Searched refs:CL_CALLBACK (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl_icd.h | 87 void(CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *), 92 void(CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *), 168 void(CL_CALLBACK* pfn_notify)(cl_context context, void* user_data), 290 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), 299 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), 306 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), 325 void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), 620 cl_command_queue command_queue, void(CL_CALLBACK *user_func)(void *), 658 void(CL_CALLBACK *pfn_free_func)(cl_command_queue /* queue */, 992 void(CL_CALLBACK * /* pfn_notify */)(cl_event, cl_int, void *), [all …]
|
D | cl.h | 1020 void (CL_CALLBACK * pfn_notify)(const char * errinfo, 1030 void (CL_CALLBACK * pfn_notify)(const char * errinfo, 1054 void (CL_CALLBACK* pfn_notify)(cl_context context, 1192 void (CL_CALLBACK * pfn_notify)(cl_mem memobj, 1287 void (CL_CALLBACK * pfn_notify)(cl_program program, 1301 void (CL_CALLBACK * pfn_notify)(cl_program program, 1312 void (CL_CALLBACK * pfn_notify)(cl_program program, 1323 void (CL_CALLBACK * pfn_notify)(cl_program program, 1480 void (CL_CALLBACK * pfn_notify)(cl_event event, 1743 void (CL_CALLBACK * user_func)(void *), [all …]
|
D | cl_platform.h | 33 #if !defined(CL_CALLBACK) 34 #define CL_CALLBACK __stdcall macro 43 #if !defined(CL_CALLBACK) 44 #define CL_CALLBACK
|
D | opencl.hpp | 580 #if !defined(CL_CALLBACK) 581 #define CL_CALLBACK macro 2926 void (CL_CALLBACK * notifyFptr)( in Context() 2961 void (CL_CALLBACK * notifyFptr)( in Context() 2991 void (CL_CALLBACK * notifyFptr)( in Context() 3356 void (CL_CALLBACK * pfn_notify)(cl_event, cl_int, void *), in setCallback() 3545 void (CL_CALLBACK * pfn_notify)(cl_mem, void *), in setDestructorCallback() 6710 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build() 6735 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build() 6755 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build() [all …]
|
D | cl.hpp | 201 #if !defined(CL_CALLBACK) 202 #define CL_CALLBACK macro 2510 void (CL_CALLBACK * notifyFptr)( in Context() 2540 void (CL_CALLBACK * notifyFptr)( in Context() 2570 void (CL_CALLBACK * notifyFptr)( in Context() 2951 void (CL_CALLBACK * pfn_notify)(cl_event, cl_int, void *), in setCallback() 3134 void (CL_CALLBACK * pfn_notify)(cl_mem, void *), in setDestructorCallback() 5264 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build() 5287 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build() 5304 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in compile() [all …]
|
D | cl_ext.h | 1649 void (CL_CALLBACK * pfn_free_func)(cl_command_queue queue,
|