Home
last modified time | relevance | path

Searched refs:errinfo (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/include/
H A Dangle_cl.h28 using ContextErrorCB = void(CL_CALLBACK *)(const char *errinfo,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLContext.cpp336 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 DCLContext.h129 static void CL_CALLBACK ErrorCallback(const char *errinfo,
H A DvalidationCL_autogen.h41 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
48 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
H A DvalidationCL.cpp684 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 Dcl_stubs_autogen.h51 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
59 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
H A Dentry_points_cl_autogen.h41 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
50 void(CL_CALLBACK *pfn_notify)(const char *errinfo,
H A Dcl_stubs.cpp133 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 Dentry_points_cl_autogen.cpp108 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 Dcl_function_types.h66 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 Dcl.h1020 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 Dtest_pegen.py722 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 DlibOpenCL_autogen.cpp55 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 Dcl.h1011 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 Dcl.h1013 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
1023 void (CL_CALLBACK * pfn_notify)(const char * errinfo,
/third_party/ffmpeg/libavutil/
H A Dhwcontext_opencl.c152 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()

Completed in 35 milliseconds