/third_party/skia/third_party/externals/angle2/include/ |
H A D | angle_cl.h | 28 using ContextErrorCB = void(CL_CALLBACK *)(const char *errinfo,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLContext.cpp | 336 void Context::ErrorCallback(const char *errinfo, const void *privateInfo, size_t cb, void *userData) in ErrorCallback() argument 346 context->mNotify(errinfo, privateInfo, cb, context->mUserData); in ErrorCallback()
|
H A D | CLContext.h | 129 static void CL_CALLBACK ErrorCallback(const char *errinfo,
|
H A D | validationCL_autogen.h | 41 void(CL_CALLBACK *pfn_notify)(const char *errinfo, 48 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
|
H A D | validationCL.cpp | 684 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in ValidateCreateContext() 715 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in ValidateCreateContextFromType() 681 ValidateCreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_device_id *devices, void(CL_CALLBACK *pfn_notify)(const char *errinfo, const void *private_info, size_t cb, void *user_data), const void *user_data) ValidateCreateContext() argument 713 ValidateCreateContextFromType(const cl_context_properties *properties, DeviceType device_type, void(CL_CALLBACK *pfn_notify)(const char *errinfo, const void *private_info, size_t cb, void *user_data), const void *user_data) ValidateCreateContextFromType() argument
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_stubs_autogen.h | 51 void(CL_CALLBACK *pfn_notify)(const char *errinfo, 59 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
|
H A D | entry_points_cl_autogen.h | 41 void(CL_CALLBACK *pfn_notify)(const char *errinfo, 50 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
|
H A D | cl_stubs.cpp | 133 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in CreateContext() 146 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in CreateContextFromType() 130 CreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_device_id *devices, void(CL_CALLBACK *pfn_notify)(const char *errinfo, const void *private_info, size_t cb, void *user_data), void *user_data, cl_int &errorCode) CreateContext() argument 144 CreateContextFromType(const cl_context_properties *properties, DeviceType device_type, void(CL_CALLBACK *pfn_notify)(const char *errinfo, const void *private_info, size_t cb, void *user_data), void *user_data, cl_int &errorCode) CreateContextFromType() argument
|
H A D | entry_points_cl_autogen.cpp | 108 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in clCreateContext() 142 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in clCreateContextFromType() 105 clCreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_device_id *devices, void(CL_CALLBACK *pfn_notify)(const char *errinfo, const void *private_info, size_t cb, void *user_data), void *user_data, cl_int *errcode_ret) clCreateContext() argument 140 clCreateContextFromType(const cl_context_properties *properties, cl_device_type device_type, void(CL_CALLBACK *pfn_notify)(const char *errinfo, const void *private_info, size_t cb, void *user_data), void *user_data, cl_int *errcode_ret) clCreateContextFromType() argument
|
/third_party/opencl-headers/CL/ |
H A D | cl_function_types.h | 66 void (CL_CALLBACK* pfn_notify)(const char* errinfo, const void* private_info, size_t cb, void* user_data), 76 void (CL_CALLBACK* pfn_notify)(const char* errinfo, const void* private_info, size_t cb, void* user_data),
|
H A D | cl.h | 1020 void (CL_CALLBACK * pfn_notify)(const char * errinfo, 1030 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
|
/third_party/python/Lib/test/test_peg_generator/ |
H A D | test_pegen.py | 722 with self.assertRaises(ValueError) as errinfo: 724 self.assertTrue("no leader" in str(errinfo.exception.value))
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 55 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in clCreateContext() 69 void(CL_CALLBACK *pfn_notify)(const char *errinfo, in clCreateContextFromType() 52 clCreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_device_id *devices, void(CL_CALLBACK *pfn_notify)(const char *errinfo, const void *private_info, size_t cb, void *user_data), void *user_data, cl_int *errcode_ret) clCreateContext() argument 67 clCreateContextFromType(const cl_context_properties *properties, cl_device_type device_type, void(CL_CALLBACK *pfn_notify)(const char *errinfo, const void *private_info, size_t cb, void *user_data), void *user_data, cl_int *errcode_ret) clCreateContextFromType() argument
|
/third_party/mesa3d/include/CL/ |
H A D | cl.h | 1011 void (CL_CALLBACK * pfn_notify)(const char * errinfo, 1021 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl.h | 1013 void (CL_CALLBACK * pfn_notify)(const char * errinfo, 1023 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 152 static void CL_CALLBACK opencl_error_callback(const char *errinfo, in opencl_error_callback() argument 158 av_log(ctx, AV_LOG_ERROR, "OpenCL error: %s\n", errinfo); in opencl_error_callback()
|