Lines Matching defs:error_local
5400 cl_int error_local = CL_SUCCESS;
5404 Context ctx = input1.getInfo<CL_PROGRAM_CONTEXT>(&error_local);
5405 if(error_local!=CL_SUCCESS) {
5406 detail::errHandler(error_local, __LINK_PROGRAM_ERR);
5418 &error_local);
5420 detail::errHandler(error_local,__COMPILE_PROGRAM_ERR);
5422 *err = error_local;
5435 cl_int error_local = CL_SUCCESS;
5447 ctx = inputPrograms[0].getInfo<CL_PROGRAM_CONTEXT>(&error_local);
5448 if(error_local!=CL_SUCCESS) {
5449 detail::errHandler(error_local, __LINK_PROGRAM_ERR);
5461 &error_local);
5463 detail::errHandler(error_local,__COMPILE_PROGRAM_ERR);
5465 *err = error_local;