Lines Matching refs:cl_program
1667 struct ReferenceHandler<cl_program>
1669 static cl_int retain(cl_program program)
1671 static cl_int release(cl_program program)
6155 * \brief Program interface that implements cl_program.
6157 class Program : public detail::Wrapper<cl_program>
6545 explicit Program(const cl_program& program, bool retainObject = false) :
6548 Program& operator = (const cl_program& rhs)
6585 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
6609 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
6627 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
6774 void (CL_CALLBACK * pfn_notify)(cl_program program, void * user_data),
6824 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
6830 cl_program programs[2] = { input1(), input2() };
6837 cl_program prog = ::clLinkProgram(
6859 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
6865 vector<cl_program> programs(inputPrograms.size());
6878 cl_program prog = ::clLinkProgram(