Searched refs:CL_CALLBACK (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/include/CL/ |
D | cl.h | 615 void (CL_CALLBACK * /* pfn_notify */)(const char *, const void *, size_t, void *), 622 … void (CL_CALLBACK * /* pfn_notify*/ )(const char *, const void *, size_t, void *), 712 … void (CL_CALLBACK * /*pfn_notify*/)( cl_mem /* memobj */, void* /*user_data*/), 771 … void (CL_CALLBACK * /* pfn_notify */)(cl_program /* program */, void * /* user_data */), 782 … void (CL_CALLBACK * /* pfn_notify */)(cl_program /* program */, void * /* user_data */), 792 … void (CL_CALLBACK * /* pfn_notify */)(cl_program /* program */, void * /* user_data */), 891 void (CL_CALLBACK * /* pfn_notify */)(cl_event, cl_int, void *), 1133 void (CL_CALLBACK * /*user_func*/)(void *),
|
D | cl.hpp | 164 #if !defined(CL_CALLBACK) 165 #define CL_CALLBACK macro 1423 void (CL_CALLBACK * notifyFptr)( in Context() 1446 void (CL_CALLBACK * notifyFptr)( in Context() 1604 void (CL_CALLBACK * pfn_notify)(cl_event, cl_int, void *), in setCallback() 1722 void (CL_CALLBACK * pfn_notify)(cl_mem, void *), in setDestructorCallback() 2462 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build()
|
D | cl_platform.h | 41 #define CL_CALLBACK __stdcall macro 45 #define CL_CALLBACK
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | dispatch.hpp | 69 void (CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *), 76 void (CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *), 222 void (CL_CALLBACK *pfn_notify)(cl_program, void *), 457 void (CL_CALLBACK *user_func)(void *), 555 void (CL_CALLBACK *pfn_notify)(cl_event, cl_int, void *), 567 void (CL_CALLBACK *pfn_notify)(cl_mem, void *), 679 void (CL_CALLBACK *pfn_notify)(cl_program, void *), 689 void (CL_CALLBACK *pfn_notify)(cl_program, void *),
|
D | context.cpp | 32 void (CL_CALLBACK *pfn_notify)(const char *, const void *, in clCreateContext() 64 void (CL_CALLBACK *pfn_notify)( in clCreateContextFromType()
|
D | event.cpp | 125 void (CL_CALLBACK *pfn_notify)(cl_event, cl_int, void *), in clSetEventCallback()
|
D | memory.cpp | 388 void (CL_CALLBACK *pfn_notify)(cl_mem, void *), in clSetMemObjectDestructorCallback()
|
/external/ImageMagick/MagickCore/ |
D | opencl-private.h | 89 const cl_device_id *devices,void (CL_CALLBACK *pfn_notify)(const char *, 147 void (CL_CALLBACK *pfn_notify)(cl_program program,void * user_data), 223 cl_int command_exec_callback_type,void (CL_CALLBACK *MAGICKpfn_notify)(
|