cl_program_build_info  810 3rdparty/include/opencl/1.2/CL/cl.h                       cl_program_build_info /* param_name */,
cl_program_build_info 1333 3rdparty/include/opencl/1.2/CL/cl.hpp     F(cl_program_build_info, CL_PROGRAM_BUILD_STATUS, cl_build_status) \
cl_program_build_info 1334 3rdparty/include/opencl/1.2/CL/cl.hpp     F(cl_program_build_info, CL_PROGRAM_BUILD_OPTIONS, STRING_CLASS) \
cl_program_build_info 1335 3rdparty/include/opencl/1.2/CL/cl.hpp     F(cl_program_build_info, CL_PROGRAM_BUILD_LOG, STRING_CLASS) \
cl_program_build_info 1385 3rdparty/include/opencl/1.2/CL/cl.hpp     F(cl_program_build_info, CL_PROGRAM_BINARY_TYPE, cl_program_binary_type) \
cl_program_build_info 4912 3rdparty/include/opencl/1.2/CL/cl.hpp         const Device& device, cl_program_build_info name, T* param) const
cl_program_build_info 4921 3rdparty/include/opencl/1.2/CL/cl.hpp     detail::param_traits<detail::cl_program_build_info, name>::param_type
cl_program_build_info 4925 3rdparty/include/opencl/1.2/CL/cl.hpp             detail::cl_program_build_info, name>::param_type param;
cl_program_build_info  343 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetProgramBuildInfo)(cl_program, cl_device_id, cl_program_build_info, size_t, void*, size_t*);
cl_program_build_info  191 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clGetProgramBuildInfo(cl_program p0, cl_device_id p1, cl_program_build_info p2, size_t p3, void* p4, size_t* p5) { return clGetProgramBuildInfo_pfn(p0, p1, p2, p3, p4, p5); }
cl_program_build_info 1150 modules/core/src/ocl.cpp     cl_program_build_info param_name,
cl_program_build_info  461 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clGetProgramBuildInfo)(cl_program, cl_device_id, cl_program_build_info, size_t, void*, size_t*) =
cl_program_build_info  462 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn6<OPENCL_FN_clGetProgramBuildInfo, cl_int, cl_program, cl_device_id, cl_program_build_info, size_t, void*, size_t*>::switch_fn;