Searched refs:CL_CALLBACK (Results 1 - 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dcontext.cpp31 void (CL_CALLBACK *pfn_notify)(const char *, const void *,
62 void (CL_CALLBACK *pfn_notify)(
H A Devent.cpp119 void (CL_CALLBACK *pfn_event_notify)(cl_event, cl_int,
H A Dmemory.cpp294 void (CL_CALLBACK *pfn_notify)(cl_mem, void *),
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
H A Dopencl_svm_hsa_extension.hpp91 void (CL_CALLBACK *)( /*pfn_free_func*/
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
H A Dopencl_core.hpp283 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, void*), void*);
284 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, void*), void*);
287 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*);
288 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*);
316 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueNativeKernel)(cl_command_queue, void (CL_CALLBACK*) (void*), void*, size_t, cl_uint, const cl_mem*, const void**, cl_uint, const cl_event*, cl_event*);
347 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clLinkProgram)(cl_context, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, void (CL_CALLBACK*) (cl_program, void*), void*, cl_int*);
364 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clSetEventCallback)(cl_event, cl_int, void (CL_CALLBACK*) (cl_event, cl_int, void*), void*);
366 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clSetMemObjectDestructorCallback)(cl_mem, void (CL_CALLBACK*) (cl_mem, void*), void*);
H A Dopencl_core_wrappers.hpp11 inline cl_int clBuildProgram(cl_program p0, cl_uint p1, const cl_device_id* p2, const char* p3, void (CL_CALLBACK*p4) (cl_program, void*), void* p5) { return clBuildProgram_pfn(p0, p1, p2, p3, p4, p5); }
14 inline cl_int clCompileProgram(cl_program p0, cl_uint p1, const cl_device_id* p2, const char* p3, cl_uint p4, const cl_program* p5, const char** p6, void (CL_CALLBACK*p7) (cl_program, void*), void* p8) { return clCompileProgram_pfn(p0, p1, p2, p3, p4, p5, p6, p7, p8); }
23 inline cl_context clCreateContext(const cl_context_properties* p0, cl_uint p1, const cl_device_id* p2, void (CL_CALLBACK*p3) (const char*, const void*, size_t, void*), void* p4, cl_int* p5) { return clCreateContext_pfn(p0, p1, p2, p3, p4, p5); }
26 inline cl_context clCreateContextFromType(const cl_context_properties* p0, cl_device_type p1, void (CL_CALLBACK*p2) (const char*, const void*, size_t, void*), void* p3, cl_int* p4) { return clCreateContextFromType_pfn(p0, p1, p2, p3, p4); }
110 inline cl_int clEnqueueNativeKernel(cl_command_queue p0, void (CL_CALLBACK*p1) (void*), void* p2, size_t p3, cl_uint p4, const cl_mem* p5, const void** p6, cl_uint p7, const cl_event* p8, cl_event* p9) { return clEnqueueNativeKernel_pfn(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); }
203 inline cl_program clLinkProgram(cl_context p0, cl_uint p1, const cl_device_id* p2, const char* p3, cl_uint p4, const cl_program* p5, void (CL_CALLBACK*p6) (cl_program, void*), void* p7, cl_int* p8) { return clLinkProgram_pfn(p0, p1, p2, p3, p4, p5, p6, p7, p8); }
254 inline cl_int clSetEventCallback(cl_event p0, cl_int p1, void (CL_CALLBACK*p2) (cl_event, cl_int, void*), void* p3) { return clSetEventCallback_pfn(p0, p1, p2, p3); }
260 inline cl_int clSetMemObjectDestructorCallback(cl_mem p0, void (CL_CALLBACK*p1) (cl_mem, void*), void* p2) { return clSetMemObjectDestructorCallback_pfn(p0, p1, p2); }
H A Dopencl_clamdfft.hpp111 extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftBakePlan)(clAmdFftPlanHandle plHandle, cl_uint numQueues, cl_command_queue* commQueueFFT, void (CL_CALLBACK* pfn_notify) (clAmdFftPlanHandle plHandle, void* user_data), void* user_data);
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
H A Dopencl_core_impl.hpp221 cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, void*), void*) =
222 opencl_fn6<OPENCL_FN_clBuildProgram, cl_int, cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, void*), void*>::switch_fn;
225 cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, void*), void*) =
226 opencl_fn9<OPENCL_FN_clCompileProgram, cl_int, cl_program, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, void*), void*>::switch_fn;
237 cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*) =
238 opencl_fn6<OPENCL_FN_clCreateContext, cl_context, const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*>::switch_fn;
241 cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*) =
242 opencl_fn5<OPENCL_FN_clCreateContextFromType, cl_context, const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*>::switch_fn;
353 cl_int (CL_API_CALL*clEnqueueNativeKernel)(cl_command_queue, void (CL_CALLBACK*) (void*), void*, size_t, cl_uint, const cl_mem*, const void**, cl_uint, const cl_event*, cl_event*) =
354 opencl_fn10<OPENCL_FN_clEnqueueNativeKernel, cl_int, cl_command_queue, void (CL_CALLBACK*) (voi
[all...]
H A Dopencl_clamdfft_impl.hpp229 clAmdFftStatus (*clAmdFftBakePlan)(clAmdFftPlanHandle, cl_uint, cl_command_queue*, void (CL_CALLBACK*) (clAmdFftPlanHandle plHandle, void* user_data), void*) =
230 openclamdfft_fn5<OPENCLAMDFFT_FN_clAmdFftBakePlan, clAmdFftStatus, clAmdFftPlanHandle, cl_uint, cl_command_queue*, void (CL_CALLBACK*) (clAmdFftPlanHandle plHandle, void* user_data), void*>::switch_fn;
/external/opencv3/3rdparty/include/opencl/1.2/CL/
H A Dcl.h615 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 *),
H A Dcl_platform.h41 #define CL_CALLBACK __stdcall macro
45 #define CL_CALLBACK macro
H A Dcl.hpp198 #if !defined(CL_CALLBACK)
199 #define CL_CALLBACK macro
200 #endif //CL_CALLBACK
2366 void (CL_CALLBACK * notifyFptr)(
2396 void (CL_CALLBACK * notifyFptr)(
2426 void (CL_CALLBACK * notifyFptr)(
2769 void (CL_CALLBACK * pfn_notify)(cl_event, cl_int, void *),
2960 void (CL_CALLBACK * pfn_notify)(cl_mem, void *),
4831 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
4854 void (CL_CALLBACK * notifyFpt
[all...]
/external/mesa3d/include/CL/
H A Dcl.h479 void (CL_CALLBACK * /* pfn_notify */)(const char *, const void *, size_t, void *),
486 void (CL_CALLBACK * /* pfn_notify*/ )(const char *, const void *, size_t, void *),
609 void (CL_CALLBACK * /*pfn_notify*/)( cl_mem /* memobj */, void* /*user_data*/),
661 void (CL_CALLBACK * /* pfn_notify */)(cl_program /* program */, void * /* user_data */),
750 void (CL_CALLBACK * /* pfn_notify */)(cl_event, cl_int, void *),
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/opencv3/modules/core/src/
H A Docl.cpp685 #define CL_CALLBACK CV_STDCALL macro
854 void (CL_CALLBACK * pfn_notify)(const char *, const void *, size_t, void *),
867 void (CL_CALLBACK * pfn_notify)(const char *, const void *, size_t, void *),
1135 void (CL_CALLBACK * pfn_notify)(cl_program, void *),
1337 void (CL_CALLBACK *pfn_event_notify) (cl_event event, cl_int event_command_exec_status, void *user_data),
3157 static void CL_CALLBACK oclCleanupCallback(cl_event, cl_int, void *p)
H A Ddxt.cpp2348 static void CL_CALLBACK oclCleanupCallback(cl_event e, cl_int, void *p)

Completed in 395 milliseconds