Searched refs:clGetPlatformIDs (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl.hpp | 369 #define __GET_PLATFORM_IDS_ERR __ERR_STR(clGetPlatformIDs) 2369 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get() 2376 err = ::clGetPlatformIDs(n, ids, NULL); in get() 2398 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get() 2405 err = ::clGetPlatformIDs(n, ids, NULL); in get() 2423 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get() 2434 err = ::clGetPlatformIDs(n, ids, NULL); in get()
|
D | cl_icd.h | 1106 cl_api_clGetPlatformIDs clGetPlatformIDs; member
|
D | cl.h | 954 clGetPlatformIDs(cl_uint num_entries,
|
D | opencl.hpp | 827 #define __GET_PLATFORM_IDS_ERR CL_HPP_ERR_STR_(clGetPlatformIDs) 2493 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in makeDefault() 2504 err = ::clGetPlatformIDs(n, ids.data(), NULL); in makeDefault() 2755 cl_int err = ::clGetPlatformIDs(0, NULL, &n); in get() 2761 err = ::clGetPlatformIDs(n, ids.data(), NULL); in get()
|