HomeSort by relevance Sort by last modified time
    Searched full:pfn_notify (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/api/
context.cpp 31 void (CL_CALLBACK *pfn_notify)(const char *, const void *,
37 (!pfn_notify && user_data))
62 void (CL_CALLBACK *pfn_notify)(
74 return clCreateContext(props, 1, &dev, pfn_notify, user_data, errcode_ret);
memory.cpp 294 void (CL_CALLBACK *pfn_notify)(cl_mem, void *),
299 if (!pfn_notify)
302 obj->destroy_notify([=]{ pfn_notify(obj, user_data); });
program.cpp 136 const char *opts, void (*pfn_notify)(cl_program, void *),
142 (!pfn_notify && user_data))
  /external/mesa3d/include/CL/
cl_ext.h 61 * The application may not call CL api's with the cl_mem object passed to the pfn_notify.
68 void (* /*pfn_notify*/)( cl_mem /* memobj */, void* /*user_data*/),
74 * The next three convenience functions are intended to be used as the pfn_notify parameter to clCreateContext().
cl.h 479 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 */),
    [all...]
cl.hpp     [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl_ext.h 58 * The application may not call CL api's with the cl_mem object passed to the pfn_notify.
65 void (* /*pfn_notify*/)( cl_mem /* memobj */, void* /*user_data*/),
71 * The next three convenience functions are intended to be used as the pfn_notify parameter to clCreateContext().
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 *),
    [all...]
cl.hpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
opencl_clamdfft.hpp 111 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/ImageMagick/MagickCore/
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),
  /external/opencv3/modules/core/src/
ocl.cpp     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 675 milliseconds