cl_platform_id     39 3rdparty/include/opencl/1.2/CL/cl.h typedef struct _cl_platform_id *    cl_platform_id;
cl_platform_id    572 3rdparty/include/opencl/1.2/CL/cl.h                  cl_platform_id * /* platforms */,
cl_platform_id    576 3rdparty/include/opencl/1.2/CL/cl.h clGetPlatformInfo(cl_platform_id   /* platform */, 
cl_platform_id    584 3rdparty/include/opencl/1.2/CL/cl.h clGetDeviceIDs(cl_platform_id   /* platform */,
cl_platform_id    798 3rdparty/include/opencl/1.2/CL/cl.h clUnloadPlatformCompiler(cl_platform_id /* platform */) CL_API_SUFFIX__VERSION_1_2;
cl_platform_id   1164 3rdparty/include/opencl/1.2/CL/cl.h clGetExtensionFunctionAddressForPlatform(cl_platform_id /* platform */,
cl_platform_id   1281 3rdparty/include/opencl/1.2/CL/cl.hpp     F(cl_device_info, CL_DEVICE_PLATFORM, cl_platform_id) \
cl_platform_id   1591 3rdparty/include/opencl/1.2/CL/cl.hpp struct ReferenceHandler<cl_platform_id>
cl_platform_id   1594 3rdparty/include/opencl/1.2/CL/cl.hpp     static cl_int retain(cl_platform_id)
cl_platform_id   1597 3rdparty/include/opencl/1.2/CL/cl.hpp     static cl_int release(cl_platform_id)
cl_platform_id   1685 3rdparty/include/opencl/1.2/CL/cl.hpp static cl_uint getPlatformVersion(cl_platform_id platform)
cl_platform_id   1696 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_platform_id platform;
cl_platform_id   2047 3rdparty/include/opencl/1.2/CL/cl.hpp class Platform : public detail::Wrapper<cl_platform_id>
cl_platform_id   2063 3rdparty/include/opencl/1.2/CL/cl.hpp     Platform(const cl_platform_id &platform) : detail::Wrapper<cl_type>(platform) { }
cl_platform_id   2081 3rdparty/include/opencl/1.2/CL/cl.hpp     Platform& operator = (const cl_platform_id& rhs)
cl_platform_id   2167 3rdparty/include/opencl/1.2/CL/cl.hpp             cl_platform_id platform, 
cl_platform_id   2231 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_platform_id* ids = (cl_platform_id*) alloca(
cl_platform_id   2232 3rdparty/include/opencl/1.2/CL/cl.hpp             n * sizeof(cl_platform_id));
cl_platform_id   2260 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_platform_id* ids = (cl_platform_id*) alloca(
cl_platform_id   2261 3rdparty/include/opencl/1.2/CL/cl.hpp             n * sizeof(cl_platform_id));
cl_platform_id   2288 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_platform_id* ids = (cl_platform_id*) alloca(
cl_platform_id   2289 3rdparty/include/opencl/1.2/CL/cl.hpp             n * sizeof(cl_platform_id));
cl_platform_id   6014 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_platform_id platform = device.getInfo<CL_DEVICE_PLATFORM>();
cl_platform_id   6047 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_platform_id platform = device.getInfo<CL_DEVICE_PLATFORM>();
cl_platform_id     77 3rdparty/include/opencl/1.2/CL/cl_d3d10.h     cl_platform_id             platform,
cl_platform_id     77 3rdparty/include/opencl/1.2/CL/cl_d3d11.h     cl_platform_id             platform,
cl_platform_id     89 3rdparty/include/opencl/1.2/CL/cl_dx9_media_sharing.h     cl_platform_id                   platform,
cl_platform_id    109 3rdparty/include/opencl/1.2/CL/cl_ext.h                        cl_platform_id * /* platforms */,
cl_platform_id    114 3rdparty/include/opencl/1.2/CL/cl_ext.h     cl_platform_id * /* platforms */,
cl_platform_id    330 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetDeviceIDs)(cl_platform_id, cl_device_type, cl_uint, cl_device_id*, cl_uint*);
cl_platform_id    335 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT void* (CL_API_CALL*clGetExtensionFunctionAddressForPlatform)(cl_platform_id, const char*);
cl_platform_id    341 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetPlatformIDs)(cl_uint, cl_platform_id*, cl_uint*);
cl_platform_id    342 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetPlatformInfo)(cl_platform_id, cl_platform_info, size_t, void*, size_t*);
cl_platform_id    369 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clUnloadPlatformCompiler)(cl_platform_id);
cl_platform_id    152 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clGetDeviceIDs(cl_platform_id p0, cl_device_type p1, cl_uint p2, cl_device_id* p3, cl_uint* p4) { return clGetDeviceIDs_pfn(p0, p1, p2, p3, p4); }
cl_platform_id    167 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline void* clGetExtensionFunctionAddressForPlatform(cl_platform_id p0, const char* p1) { return clGetExtensionFunctionAddressForPlatform_pfn(p0, p1); }
cl_platform_id    185 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clGetPlatformIDs(cl_uint p0, cl_platform_id* p1, cl_uint* p2) { return clGetPlatformIDs_pfn(p0, p1, p2); }
cl_platform_id    188 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clGetPlatformInfo(cl_platform_id p0, cl_platform_info p1, size_t p2, void* p3, size_t* p4) { return clGetPlatformInfo_pfn(p0, p1, p2, p3, p4); }
cl_platform_id    269 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clUnloadPlatformCompiler(cl_platform_id p0) { return clUnloadPlatformCompiler_pfn(p0); }
cl_platform_id    254 modules/core/src/directx.cpp     std::vector<cl_platform_id> platforms(numPlatforms);
cl_platform_id    362 modules/core/src/directx.cpp     std::vector<cl_platform_id> platforms(numPlatforms);
cl_platform_id    470 modules/core/src/directx.cpp     std::vector<cl_platform_id> platforms(numPlatforms);
cl_platform_id    580 modules/core/src/directx.cpp     std::vector<cl_platform_id> platforms(numPlatforms);
cl_platform_id    685 modules/core/src/directx.cpp     static cl_platform_id initializedPlatform = NULL;
cl_platform_id    686 modules/core/src/directx.cpp     cl_platform_id platform = (cl_platform_id)Platform::getDefault().ptr();
cl_platform_id    833 modules/core/src/directx.cpp     static cl_platform_id initializedPlatform = NULL;
cl_platform_id    834 modules/core/src/directx.cpp     cl_platform_id platform = (cl_platform_id)Platform::getDefault().ptr();
cl_platform_id    981 modules/core/src/directx.cpp     static cl_platform_id initializedPlatform = NULL;
cl_platform_id    982 modules/core/src/directx.cpp     cl_platform_id platform = (cl_platform_id)Platform::getDefault().ptr();
cl_platform_id    824 modules/core/src/ocl.cpp     (cl_uint num_entries, cl_platform_id* platforms, cl_uint* num_platforms),
cl_platform_id    828 modules/core/src/ocl.cpp     (cl_platform_id platform, cl_platform_info param_name,
cl_platform_id    843 modules/core/src/ocl.cpp     (cl_platform_id platform,
cl_platform_id   1716 modules/core/src/ocl.cpp     cl_platform_id handle;
cl_platform_id   2286 modules/core/src/ocl.cpp     std::vector<cl_platform_id> platforms;
cl_platform_id   2491 modules/core/src/ocl.cpp         cl_platform_id pl = NULL;
cl_platform_id   2492 modules/core/src/ocl.cpp         CV_OclDbgAssert(clGetDeviceInfo(d, CL_DEVICE_PLATFORM, sizeof(cl_platform_id), &pl, NULL) == CL_SUCCESS);
cl_platform_id   2521 modules/core/src/ocl.cpp         cl_platform_id pl = (cl_platform_id)Platform::getDefault().ptr();
cl_platform_id   2714 modules/core/src/ocl.cpp                 cl_platform_id p = NULL;
cl_platform_id   2715 modules/core/src/ocl.cpp                 status = clGetDeviceInfo((cl_device_id)device.ptr(), CL_DEVICE_PLATFORM, sizeof(cl_platform_id), &p, NULL);
cl_platform_id   2948 modules/core/src/ocl.cpp     pImpl->handle = (cl_platform_id)platform;
cl_platform_id   5171 modules/core/src/ocl.cpp static void getDevices(std::vector<cl_device_id>& devices, cl_platform_id platform)
cl_platform_id   5193 modules/core/src/ocl.cpp         handle = *(cl_platform_id*)id;
cl_platform_id   5207 modules/core/src/ocl.cpp     cl_platform_id handle;
cl_platform_id   5273 modules/core/src/ocl.cpp static void getPlatforms(std::vector<cl_platform_id>& platforms)
cl_platform_id   5290 modules/core/src/ocl.cpp     std::vector<cl_platform_id> platforms;
cl_platform_id    409 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clGetDeviceIDs)(cl_platform_id, cl_device_type, cl_uint, cl_device_id*, cl_uint*) =
cl_platform_id    410 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn5<OPENCL_FN_clGetDeviceIDs, cl_int, cl_platform_id, cl_device_type, cl_uint, cl_device_id*, cl_uint*>::switch_fn;
cl_platform_id    429 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp void* (CL_API_CALL*clGetExtensionFunctionAddressForPlatform)(cl_platform_id, const char*) =
cl_platform_id    430 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn2<OPENCL_FN_clGetExtensionFunctionAddressForPlatform, void*, cl_platform_id, const char*>::switch_fn;
cl_platform_id    453 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clGetPlatformIDs)(cl_uint, cl_platform_id*, cl_uint*) =
cl_platform_id    454 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn3<OPENCL_FN_clGetPlatformIDs, cl_int, cl_uint, cl_platform_id*, cl_uint*>::switch_fn;
cl_platform_id    457 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clGetPlatformInfo)(cl_platform_id, cl_platform_info, size_t, void*, size_t*) =
cl_platform_id    458 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn5<OPENCL_FN_clGetPlatformInfo, cl_int, cl_platform_id, cl_platform_info, size_t, void*, size_t*>::switch_fn;
cl_platform_id    565 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clUnloadPlatformCompiler)(cl_platform_id) =
cl_platform_id    566 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn1<OPENCL_FN_clUnloadPlatformCompiler, cl_int, cl_platform_id>::switch_fn;