ProgramSource      65 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS ProgramSource;
ProgramSource     247 modules/core/include/opencv2/core/ocl.hpp     Program getProg(const ProgramSource& prog,
ProgramSource     345 modules/core/include/opencv2/core/ocl.hpp     Kernel(const char* kname, const ProgramSource& prog,
ProgramSource     353 modules/core/include/opencv2/core/ocl.hpp     bool create(const char* kname, const ProgramSource& prog,
ProgramSource     539 modules/core/include/opencv2/core/ocl.hpp     Program(const ProgramSource& src,
ProgramSource     547 modules/core/include/opencv2/core/ocl.hpp     bool create(const ProgramSource& src,
ProgramSource     552 modules/core/include/opencv2/core/ocl.hpp     const ProgramSource& source() const;
ProgramSource     569 modules/core/include/opencv2/core/ocl.hpp     ProgramSource();
ProgramSource     570 modules/core/include/opencv2/core/ocl.hpp     explicit ProgramSource(const String& prog);
ProgramSource     571 modules/core/include/opencv2/core/ocl.hpp     explicit ProgramSource(const char* prog);
ProgramSource     572 modules/core/include/opencv2/core/ocl.hpp     ~ProgramSource();
ProgramSource     573 modules/core/include/opencv2/core/ocl.hpp     ProgramSource(const ProgramSource& prog);
ProgramSource     574 modules/core/include/opencv2/core/ocl.hpp     ProgramSource& operator = (const ProgramSource& prog);
ProgramSource    2580 modules/core/src/ocl.cpp     Program getProg(const ProgramSource& src,
ProgramSource    2600 modules/core/src/ocl.cpp     typedef ProgramSource::hash_t hash_t;
ProgramSource    2858 modules/core/src/ocl.cpp Program Context::getProg(const ProgramSource& prog,
ProgramSource    3177 modules/core/src/ocl.cpp Kernel::Kernel(const char* kname, const ProgramSource& src,
ProgramSource    3224 modules/core/src/ocl.cpp bool Kernel::create(const char* kname, const ProgramSource& src,
ProgramSource    3472 modules/core/src/ocl.cpp     Impl(const ProgramSource& _src,
ProgramSource    3600 modules/core/src/ocl.cpp     ProgramSource src;
ProgramSource    3608 modules/core/src/ocl.cpp Program::Program(const ProgramSource& src,
ProgramSource    3639 modules/core/src/ocl.cpp bool Program::create(const ProgramSource& src,
ProgramSource    3653 modules/core/src/ocl.cpp const ProgramSource& Program::source() const
ProgramSource    3655 modules/core/src/ocl.cpp     static ProgramSource dummy;
ProgramSource    3697 modules/core/src/ocl.cpp struct ProgramSource::Impl
ProgramSource    3716 modules/core/src/ocl.cpp     ProgramSource::hash_t h;
ProgramSource    3720 modules/core/src/ocl.cpp ProgramSource::ProgramSource()
ProgramSource    3725 modules/core/src/ocl.cpp ProgramSource::ProgramSource(const char* prog)
ProgramSource    3730 modules/core/src/ocl.cpp ProgramSource::ProgramSource(const String& prog)
ProgramSource    3735 modules/core/src/ocl.cpp ProgramSource::~ProgramSource()
ProgramSource    3741 modules/core/src/ocl.cpp ProgramSource::ProgramSource(const ProgramSource& prog)
ProgramSource    3748 modules/core/src/ocl.cpp ProgramSource& ProgramSource::operator = (const ProgramSource& prog)
ProgramSource    3759 modules/core/src/ocl.cpp const String& ProgramSource::source() const
ProgramSource    3765 modules/core/src/ocl.cpp ProgramSource::hash_t ProgramSource::hash() const
ProgramSource    5482 modules/imgproc/src/imgwarp.cpp     ocl::ProgramSource program = op_type == OCL_OP_AFFINE ?