CL_DEVICE_EXTENSIONS 1287 3rdparty/include/opencl/1.2/CL/cl.hpp F(cl_device_info, CL_DEVICE_EXTENSIONS, STRING_CLASS) \ CL_DEVICE_EXTENSIONS 1917 modules/core/src/ocl.cpp { return p ? p->getStrProp(CL_DEVICE_EXTENSIONS) : String(); } CL_DEVICE_EXTENSIONS 1932 modules/core/src/ocl.cpp { return p ? p->getStrProp(CL_DEVICE_EXTENSIONS) : String(); } CL_DEVICE_EXTENSIONS 2013 modules/core/src/ocl.cpp size_t pos = p->getStrProp(CL_DEVICE_EXTENSIONS).find("cl_khr_image2d_from_buffer");