OpenCL C++ Bindings
cl::Program Member List

This is the complete list of members for cl::Program, including all inherited members.

Binaries typedef (defined in cl::Program)cl::Program
build(const vector< Device > &devices, const char *options=NULL, void(CL_CALLBACK *notifyFptr)(cl_program, void *)=NULL, void *data=NULL) const (defined in cl::Program)cl::Programinline
build(const Device &device, const char *options=NULL, void(CL_CALLBACK *notifyFptr)(cl_program, void *)=NULL, void *data=NULL) const (defined in cl::Program)cl::Programinline
build(const char *options=NULL, void(CL_CALLBACK *notifyFptr)(cl_program, void *)=NULL, void *data=NULL) const (defined in cl::Program)cl::Programinline
compile(const char *options=NULL, void(CL_CALLBACK *notifyFptr)(cl_program, void *)=NULL, void *data=NULL) const (defined in cl::Program)cl::Programinline
createKernels(vector< Kernel > *kernels) (defined in cl::Program)cl::Programinline
getBuildInfo(const Device &device, cl_program_build_info name, T *param) const (defined in cl::Program)cl::Programinline
getBuildInfo(const Device &device, cl_int *err=NULL) const (defined in cl::Program)cl::Programinline
getBuildInfo(cl_int *err=NULL) constcl::Programinline
getInfo(cl_program_info name, T *param) const (defined in cl::Program)cl::Programinline
getInfo(cl_int *err=NULL) const (defined in cl::Program)cl::Programinline
getInfo(cl_program_info name, vector< vector< unsigned char > > *param) const (defined in cl::Program)cl::Programinline
getInfo(cl_int *err) const (defined in cl::Program)cl::Programinline
operator=(const cl_program &rhs) (defined in cl::Program)cl::Programinline
operator=(const Program &program)cl::Programinline
operator=(Program &&program)cl::Programinline
Program(const string &source, bool build=false, cl_int *err=NULL) (defined in cl::Program)cl::Programinline
Program(const Context &context, const string &source, bool build=false, cl_int *err=NULL) (defined in cl::Program)cl::Programinline
Program(const Sources &sources, cl_int *err=NULL)cl::Programinline
Program(const Context &context, const Sources &sources, cl_int *err=NULL)cl::Programinline
Program(const vector< char > &IL, bool build=false, cl_int *err=NULL)cl::Programinline
Program(const Context &context, const vector< char > &IL, bool build=false, cl_int *err=NULL)cl::Programinline
Program(const Context &context, const vector< Device > &devices, const Binaries &binaries, vector< cl_int > *binaryStatus=NULL, cl_int *err=NULL)cl::Programinline
Program(const Context &context, const vector< Device > &devices, const string &kernelNames, cl_int *err=NULL)cl::Programinline
Program() (defined in cl::Program)cl::Programinline
Program(const cl_program &program, bool retainObject=false)cl::Programinlineexplicit
Program(const Program &program)cl::Programinline
Program(Program &&program) CL_HPP_NOEXCEPT_cl::Programinline
setReleaseCallback(void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), void *user_data=NULL) CL_API_SUFFIX__VERSION_2_2_DEPRECATEDcl::Programinline
setSpecializationConstant(cl_uint index, const T &value)cl::Programinline
setSpecializationConstant(cl_uint index, size_type size, const void *value)cl::Programinline
setSpecializationConstant(cl_uint index, const bool &value) (defined in cl::Program)cl::Programinline
Sources typedef (defined in cl::Program)cl::Program