Home | History | Annotate | Download | only in CL

Lines Matching refs:clGetDeviceIDs

254 #define __GET_DEVICE_IDS_ERR                __ERR_STR(clGetDeviceIDs)
1302 cl_int err = ::clGetDeviceIDs(object_, type, 0, NULL, &n);
1308 err = ::clGetDeviceIDs(object_, type, n, ids, NULL);