Home | History | Annotate | Download | only in CL

Lines Matching full:cl_program

1063 struct ReferenceHandler<cl_program>
1065 static cl_int retain(cl_program program)
1067 static cl_int release(cl_program program)
2384 * \brief Program interface that implements cl_program.
2386 class Program : public detail::Wrapper<cl_program>
2462 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,