CL_PROGRAM_BINARIES 1331 3rdparty/include/opencl/1.2/CL/cl.hpp F(cl_program_info, CL_PROGRAM_BINARIES, VECTOR_CLASS<char *>) \ CL_PROGRAM_BINARIES 5025 3rdparty/include/opencl/1.2/CL/cl.hpp inline VECTOR_CLASS<char *> cl::Program::getInfo<CL_PROGRAM_BINARIES>(cl_int* err) const CL_PROGRAM_BINARIES 5037 3rdparty/include/opencl/1.2/CL/cl.hpp cl_int result = getInfo(CL_PROGRAM_BINARIES, &binaries); CL_PROGRAM_BINARIES 3578 modules/core/src/ocl.cpp if(clGetProgramInfo(handle, CL_PROGRAM_BINARIES, sizeof(buf), &buf, &retsz) != CL_SUCCESS)