Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:clGetPlatformIDs

2158   if (openCL_library->clGetPlatformIDs(0,NULL,&number_platforms) != CL_SUCCESS)
2166 if (openCL_library->clGetPlatformIDs(number_platforms,platforms,NULL) != CL_SUCCESS)
2354 BIND(clGetPlatformIDs);