Searched defs:clGetPlatformIDs (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dplatform.cpp28 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, function
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
H A Dopencl_core.hpp67 #define clGetPlatformIDs clGetPlatformIDs_ macro
221 #undef clGetPlatformIDs macro
222 #define clGetPlatformIDs clGetPlatformIDs_pfn macro
341 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetPlatformIDs)(cl_uint, cl_platform_id*, cl_uint*);
H A Dopencl_core_wrappers.hpp183 #undef clGetPlatformIDs macro
184 #define clGetPlatformIDs clGetPlatformIDs_fn macro
185 inline cl_int clGetPlatformIDs(cl_uint p0, cl_platform_id* p1, cl_uint* p2) { return clGetPlatformIDs_pfn(p0, p1, p2); } function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
H A Dopencl_core_impl.hpp453 cl_int (CL_API_CALL*clGetPlatformIDs)(cl_uint, cl_platform_id*, cl_uint*) = variable
455 static const struct DynamicFnEntry clGetPlatformIDs_definition = { "clGetPlatformIDs", (void**)&clGetPlatformIDs};

Completed in 104 milliseconds