Home | History | Annotate | Download | only in CL

Lines Matching refs:cl_program

1567 struct ReferenceHandler<cl_program>
1569 static cl_int retain(cl_program program)
1571 static cl_int release(cl_program program)
5987 * \brief Program interface that implements cl_program.
5989 class Program : public detail::Wrapper<cl_program>
6267 explicit Program(const cl_program& program, bool retainObject = false) :
6270 Program& operator = (const cl_program& rhs)
6307 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
6331 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
6349 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
6490 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
6496 cl_program programs[2] = { input1(), input2() };
6503 cl_program prog = ::clLinkProgram(
6525 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
6531 vector<cl_program> programs(inputPrograms.size());
6544 cl_program prog = ::clLinkProgram(