Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp221 …dProgram)(cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, …
222 …, cl_int, cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, …
225 …vice_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, …
226 …vice_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, …
237 …ext)(const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*,…
238 …ext, const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*,…
241 …teContextFromType)(const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*,…
242 …mType, cl_context, const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*,…
353 cl_int (CL_API_CALL*clEnqueueNativeKernel)(cl_command_queue, void (CL_CALLBACK*) (void*), void*, si…
354 …opencl_fn10<OPENCL_FN_clEnqueueNativeKernel, cl_int, cl_command_queue, void (CL_CALLBACK*) (void*)…
[all …]
Dopencl_clamdfft_impl.hpp229 …lAmdFftBakePlan)(clAmdFftPlanHandle, cl_uint, cl_command_queue*, void (CL_CALLBACK*) (clAmdFftPlan…
230 … clAmdFftStatus, clAmdFftPlanHandle, cl_uint, cl_command_queue*, void (CL_CALLBACK*) (clAmdFftPlan…
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp283 …dProgram)(cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, …
284 …vice_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, …
287 …ext)(const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*,…
288 …teContextFromType)(const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*,…
316 …ORT cl_int (CL_API_CALL*clEnqueueNativeKernel)(cl_command_queue, void (CL_CALLBACK*) (void*), void…
347 …t, const cl_device_id*, const char*, cl_uint, const cl_program*, void (CL_CALLBACK*) (cl_program, …
364 …EXPORT cl_int (CL_API_CALL*clSetEventCallback)(cl_event, cl_int, void (CL_CALLBACK*) (cl_event, cl…
366 …RT cl_int (CL_API_CALL*clSetMemObjectDestructorCallback)(cl_mem, void (CL_CALLBACK*) (cl_mem, void…
Dopencl_core_wrappers.hpp11 …_program p0, cl_uint p1, const cl_device_id* p2, const char* p3, void (CL_CALLBACK*p4) (cl_program… in clBuildProgram()
14 …nst char* p3, cl_uint p4, const cl_program* p5, const char** p6, void (CL_CALLBACK*p7) (cl_program… in clCompileProgram()
23 …t cl_context_properties* p0, cl_uint p1, const cl_device_id* p2, void (CL_CALLBACK*p3) (const char… in clCreateContext()
26 …textFromType(const cl_context_properties* p0, cl_device_type p1, void (CL_CALLBACK*p2) (const char… in clCreateContextFromType()
110 inline cl_int clEnqueueNativeKernel(cl_command_queue p0, void (CL_CALLBACK*p1) (void*), void* p2, s… in clEnqueueNativeKernel()
203 …device_id* p2, const char* p3, cl_uint p4, const cl_program* p5, void (CL_CALLBACK*p6) (cl_program… in clLinkProgram()
254 inline cl_int clSetEventCallback(cl_event p0, cl_int p1, void (CL_CALLBACK*p2) (cl_event, cl_int, v… in clSetEventCallback()
260 inline cl_int clSetMemObjectDestructorCallback(cl_mem p0, void (CL_CALLBACK*p1) (cl_mem, void*), vo… in clSetMemObjectDestructorCallback()
Dopencl_clamdfft.hpp111 …dle plHandle, cl_uint numQueues, cl_command_queue* commQueueFFT, void (CL_CALLBACK* pfn_notify) (c…
/external/opencv3/3rdparty/include/opencl/1.2/CL/
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 *),
Dcl_platform.h41 #define CL_CALLBACK __stdcall macro
45 #define CL_CALLBACK
Dcl.hpp198 #if !defined(CL_CALLBACK)
199 #define CL_CALLBACK macro
2366 void (CL_CALLBACK * notifyFptr)( in Context()
2396 void (CL_CALLBACK * notifyFptr)( in Context()
2426 void (CL_CALLBACK * notifyFptr)( in Context()
2769 void (CL_CALLBACK * pfn_notify)(cl_event, cl_int, void *), in setCallback()
2960 void (CL_CALLBACK * pfn_notify)(cl_mem, void *), in setDestructorCallback()
4831 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build()
4854 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in build()
4871 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, in compile()
[all …]
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dcontext.cpp31 void (CL_CALLBACK *pfn_notify)(const char *, const void *, in clCreateContext()
62 void (CL_CALLBACK *pfn_notify)( in clCreateContextFromType()
Devent.cpp119 void (CL_CALLBACK *pfn_event_notify)(cl_event, cl_int, in clSetEventCallback()
Dmemory.cpp294 void (CL_CALLBACK *pfn_notify)(cl_mem, void *), in clSetMemObjectDestructorCallback()
/external/mesa3d/include/CL/
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 *),
Dcl.hpp164 #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()
Dcl_platform.h41 #define CL_CALLBACK __stdcall macro
45 #define CL_CALLBACK
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
Dopencl_svm_hsa_extension.hpp91 void (CL_CALLBACK *)( /*pfn_free_func*/
/external/opencv3/modules/core/src/
Docl.cpp685 #define CL_CALLBACK CV_STDCALL macro
854 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 *use…
3157 static void CL_CALLBACK oclCleanupCallback(cl_event, cl_int, void *p) in oclCleanupCallback()
Ddxt.cpp2348 static void CL_CALLBACK oclCleanupCallback(cl_event e, cl_int, void *p) in oclCleanupCallback()