cl_image_format   677 3rdparty/include/opencl/1.2/CL/cl.h               const cl_image_format * /* image_format */,
cl_image_format   693 3rdparty/include/opencl/1.2/CL/cl.h                            cl_image_format *    /* image_formats */,
cl_image_format  1172 3rdparty/include/opencl/1.2/CL/cl.h                 const cl_image_format * /* image_format */,
cl_image_format  1182 3rdparty/include/opencl/1.2/CL/cl.h                 const cl_image_format * /* image_format */,
cl_image_format  1311 3rdparty/include/opencl/1.2/CL/cl.hpp     F(cl_image_info, CL_IMAGE_FORMAT, cl_image_format) \
cl_image_format  1876 3rdparty/include/opencl/1.2/CL/cl.hpp struct ImageFormat : public cl_image_format
cl_image_format  2603 3rdparty/include/opencl/1.2/CL/cl.hpp             (cl_image_format*) value, 
cl_image_format   262 3rdparty/include/opencl/1.2/CL/cl_ext.h                          const cl_image_format   *image_format,
cl_image_format   289 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage)(cl_context, cl_mem_flags, const cl_image_format*, const cl_image_desc*, void*, cl_int*);
cl_image_format   290 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage2D)(cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, void*, cl_int*);
cl_image_format   291 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage3D)(cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, size_t, size_t, void*, cl_int*);
cl_image_format   346 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetSupportedImageFormats)(cl_context, cl_mem_flags, cl_mem_object_type, cl_uint, cl_image_format*, cl_uint*);
cl_image_format    29 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_mem clCreateImage(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, const cl_image_desc* p3, void* p4, cl_int* p5) { return clCreateImage_pfn(p0, p1, p2, p3, p4, p5); }
cl_image_format    32 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_mem clCreateImage2D(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, size_t p3, size_t p4, size_t p5, void* p6, cl_int* p7) { return clCreateImage2D_pfn(p0, p1, p2, p3, p4, p5, p6, p7); }
cl_image_format    35 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_mem clCreateImage3D(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, size_t p3, size_t p4, size_t p5, size_t p6, size_t p7, void* p8, cl_int* p9) { return clCreateImage3D_pfn(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); }
cl_image_format   200 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clGetSupportedImageFormats(cl_context p0, cl_mem_flags p1, cl_mem_object_type p2, cl_uint p3, cl_image_format* p4, cl_uint* p5) { return clGetSupportedImageFormats_pfn(p0, p1, p2, p3, p4, p5); }
cl_image_format   272 modules/core/src/ocl.cpp } cl_image_format;
cl_image_format   921 modules/core/src/ocl.cpp     const cl_image_format * image_format,
cl_image_format   930 modules/core/src/ocl.cpp     const cl_image_format * image_format,
cl_image_format   943 modules/core/src/ocl.cpp  cl_image_format * image_formats,
cl_image_format  5543 modules/core/src/ocl.cpp     static cl_image_format getImageFormat(int depth, int cn, bool norm)
cl_image_format  5545 modules/core/src/ocl.cpp         cl_image_format format;
cl_image_format  5559 modules/core/src/ocl.cpp     static bool isFormatSupported(cl_image_format format)
cl_image_format  5570 modules/core/src/ocl.cpp         AutoBuffer<cl_image_format> formats(numFormats);
cl_image_format  5595 modules/core/src/ocl.cpp         cl_image_format format = getImageFormat(depth, cn, norm);
cl_image_format  5706 modules/core/src/ocl.cpp     cl_image_format format = Impl::getImageFormat(depth, cn, norm);
cl_image_format   245 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_mem (CL_API_CALL*clCreateImage)(cl_context, cl_mem_flags, const cl_image_format*, const cl_image_desc*, void*, cl_int*) =
cl_image_format   246 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn6<OPENCL_FN_clCreateImage, cl_mem, cl_context, cl_mem_flags, const cl_image_format*, const cl_image_desc*, void*, cl_int*>::switch_fn;
cl_image_format   249 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_mem (CL_API_CALL*clCreateImage2D)(cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, void*, cl_int*) =
cl_image_format   250 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn8<OPENCL_FN_clCreateImage2D, cl_mem, cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, void*, cl_int*>::switch_fn;
cl_image_format   253 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_mem (CL_API_CALL*clCreateImage3D)(cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, size_t, size_t, void*, cl_int*) =
cl_image_format   254 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn10<OPENCL_FN_clCreateImage3D, cl_mem, cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, size_t, size_t, void*, cl_int*>::switch_fn;
cl_image_format   473 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clGetSupportedImageFormats)(cl_context, cl_mem_flags, cl_mem_object_type, cl_uint, cl_image_format*, cl_uint*) =
cl_image_format   474 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn6<OPENCL_FN_clGetSupportedImageFormats, cl_int, cl_context, cl_mem_flags, cl_mem_object_type, cl_uint, cl_image_format*, cl_uint*>::switch_fn;