Home | History | Annotate | Download | only in CL

Lines Matching refs:cl_platform_id

828     F(cl_device_info, CL_DEVICE_PLATFORM, cl_platform_id) \
1016 struct ReferenceHandler<cl_platform_id>
1018 // cl_platform_id does not have retain().
1019 static cl_int retain(cl_platform_id)
1021 // cl_platform_id does not have release().
1022 static cl_int release(cl_platform_id)
1258 class Platform : public detail::Wrapper<cl_platform_id>
1263 Platform(cl_platform_id platform) { object_ = platform; }
1348 cl_platform_id platform,
1399 cl_platform_id* ids = (cl_platform_id*) alloca(
1400 n * sizeof(cl_platform_id));