Home
last modified time | relevance | path

Searched refs:errcode_ret (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_cl_autogen.cpp113 cl_int *errcode_ret) in clCreateContext()
120 ", errcode_ret = 0x%016" PRIxPTR "", in clCreateContext()
122 (uintptr_t)user_data, (uintptr_t)errcode_ret); in clCreateContext()
132 if (errcode_ret != nullptr) in clCreateContext()
134 *errcode_ret = errorCode; in clCreateContext()
147 cl_int *errcode_ret) in clCreateContextFromType()
153 ", user_data = 0x%016" PRIxPTR ", errcode_ret = 0x%016" PRIxPTR "", in clCreateContextFromType()
155 (uintptr_t)pfn_notify, (uintptr_t)user_data, (uintptr_t)errcode_ret); in clCreateContextFromType()
167 if (errcode_ret != nullptr) in clCreateContextFromType()
169 *errcode_ret 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
254 clCreateBuffer(cl_context context, cl_mem_flags flags, size_t size, void *host_ptr, cl_int *errcode_ret) clCreateBuffer() argument
407 clCreateProgramWithSource(cl_context context, cl_uint count, const char **strings, const size_t *lengths, cl_int *errcode_ret) clCreateProgramWithSource() argument
432 clCreateProgramWithBinary(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const size_t *lengths, const unsigned char **binaries, cl_int *binary_status, cl_int *errcode_ret) clCreateProgramWithBinary() argument
546 clCreateKernel(cl_program program, const char *kernel_name, cl_int *errcode_ret) clCreateKernel() argument
971 clEnqueueMapBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, cl_map_flags map_flags, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event, cl_int *errcode_ret) clEnqueueMapBuffer() argument
1010 clEnqueueMapImage(cl_command_queue command_queue, cl_mem image, cl_bool blocking_map, cl_map_flags map_flags, const size_t *origin, const size_t *region, size_t *image_row_pitch, size_t *image_slice_pitch, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event, cl_int *errcode_ret) clEnqueueMapImage() argument
1154 clCreateImage2D(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void *host_ptr, cl_int *errcode_ret) clCreateImage2D() argument
1188 clCreateImage3D(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void *host_ptr, cl_int *errcode_ret) clCreateImage3D() argument
1277 clCreateCommandQueue(cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int *errcode_ret) clCreateCommandQueue() argument
1303 clCreateSampler(cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int *errcode_ret) clCreateSampler() argument
1354 clCreateSubBuffer(cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void *buffer_create_info, cl_int *errcode_ret) clCreateSubBuffer() argument
1399 clCreateUserEvent(cl_context context, cl_int *errcode_ret) clCreateUserEvent() argument
1598 clCreateImage(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, const cl_image_desc *image_desc, void *host_ptr, cl_int *errcode_ret) clCreateImage() argument
1629 clCreateProgramWithBuiltInKernels(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const char *kernel_names, cl_int *errcode_ret) clCreateProgramWithBuiltInKernels() argument
1684 clLinkProgram(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const char *options, cl_uint num_input_programs, const cl_program *input_programs, void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), void *user_data, cl_int *errcode_ret) clLinkProgram() argument
1880 clCreateCommandQueueWithProperties(cl_context context, cl_device_id device, const cl_queue_properties *properties, cl_int *errcode_ret) clCreateCommandQueueWithProperties() argument
1904 clCreatePipe(cl_context context, cl_mem_flags flags, cl_uint pipe_packet_size, cl_uint pipe_max_packets, const cl_pipe_properties *properties, cl_int *errcode_ret) clCreatePipe() argument
1983 clCreateSamplerWithProperties(cl_context context, const cl_sampler_properties *sampler_properties, cl_int *errcode_ret) clCreateSamplerWithProperties() argument
2199 clCreateProgramWithIL(cl_context context, const void *il, size_t length, cl_int *errcode_ret) clCreateProgramWithIL() argument
2222 clCloneKernel(cl_kernel source_kernel, cl_int *errcode_ret) clCloneKernel() argument
2343 clCreateBufferWithProperties(cl_context context, const cl_mem_properties *properties, cl_mem_flags flags, size_t size, void *host_ptr, cl_int *errcode_ret) clCreateBufferWithProperties() argument
2374 clCreateImageWithProperties(cl_context context, const cl_mem_properties *properties, cl_mem_flags flags, const cl_image_format *image_format, const cl_image_desc *image_desc, void *host_ptr, cl_int *errcode_ret) clCreateImageWithProperties() argument
[all...]
H A Dentry_points_cl_autogen.h46 cl_int *errcode_ret);
55 cl_int *errcode_ret);
74 cl_int *errcode_ret);
104 cl_int *errcode_ret);
111 cl_int *errcode_ret);
134 cl_int *errcode_ret);
256 cl_int *errcode_ret);
268 cl_int *errcode_ret);
305 cl_int *errcode_ret);
315 cl_int *errcode_ret);
[all...]
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A DlibOpenCL_autogen.cpp60 cl_int *errcode_ret) in clCreateContext()
63 user_data, errcode_ret); in clCreateContext()
74 cl_int *errcode_ret) in clCreateContextFromType()
77 errcode_ret); in clCreateContextFromType()
124 cl_int *errcode_ret) in clCreateBuffer()
126 return cl::GetDispatch().clCreateBuffer(context, flags, size, host_ptr, errcode_ret); in clCreateBuffer()
194 cl_int *errcode_ret) in clCreateProgramWithSource()
197 errcode_ret); in clCreateProgramWithSource()
206 cl_int *errcode_ret) in clCreateProgramWithBinary()
209 binaries, binary_status, errcode_ret); in clCreateProgramWithBinary()
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
120 clCreateBuffer(cl_context context, cl_mem_flags flags, size_t size, void *host_ptr, cl_int *errcode_ret) clCreateBuffer() argument
190 clCreateProgramWithSource(cl_context context, cl_uint count, const char **strings, const size_t *lengths, cl_int *errcode_ret) clCreateProgramWithSource() argument
200 clCreateProgramWithBinary(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const size_t *lengths, const unsigned char **binaries, cl_int *binary_status, cl_int *errcode_ret) clCreateProgramWithBinary() argument
255 clCreateKernel(cl_program program, const char *kernel_name, cl_int *errcode_ret) clCreateKernel() argument
479 clEnqueueMapBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, cl_map_flags map_flags, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event, cl_int *errcode_ret) clEnqueueMapBuffer() argument
495 clEnqueueMapImage(cl_command_queue command_queue, cl_mem image, cl_bool blocking_map, cl_map_flags map_flags, const size_t *origin, const size_t *region, size_t *image_row_pitch, size_t *image_slice_pitch, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event, cl_int *errcode_ret) clEnqueueMapImage() argument
564 clCreateImage2D(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void *host_ptr, cl_int *errcode_ret) clCreateImage2D() argument
577 clCreateImage3D(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void *host_ptr, cl_int *errcode_ret) clCreateImage3D() argument
620 clCreateCommandQueue(cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int *errcode_ret) clCreateCommandQueue() argument
628 clCreateSampler(cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int *errcode_ret) clCreateSampler() argument
649 clCreateSubBuffer(cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void *buffer_create_info, cl_int *errcode_ret) clCreateSubBuffer() argument
667 clCreateUserEvent(cl_context context, cl_int *errcode_ret) clCreateUserEvent() argument
771 clCreateImage(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, const cl_image_desc *image_desc, void *host_ptr, cl_int *errcode_ret) clCreateImage() argument
782 clCreateProgramWithBuiltInKernels(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const char *kernel_names, cl_int *errcode_ret) clCreateProgramWithBuiltInKernels() argument
808 clLinkProgram(cl_context context, cl_uint num_devices, const cl_device_id *device_list, const char *options, cl_uint num_input_programs, const cl_program *input_programs, void(CL_CALLBACK *pfn_notify)(cl_program program, void *user_data), void *user_data, cl_int *errcode_ret) clLinkProgram() argument
907 clCreateCommandQueueWithProperties(cl_context context, cl_device_id device, const cl_queue_properties *properties, cl_int *errcode_ret) clCreateCommandQueueWithProperties() argument
916 clCreatePipe(cl_context context, cl_mem_flags flags, cl_uint pipe_packet_size, cl_uint pipe_max_packets, const cl_pipe_properties *properties, cl_int *errcode_ret) clCreatePipe() argument
951 clCreateSamplerWithProperties(cl_context context, const cl_sampler_properties *sampler_properties, cl_int *errcode_ret) clCreateSamplerWithProperties() argument
1062 clCreateProgramWithIL(cl_context context, const void *il, size_t length, cl_int *errcode_ret) clCreateProgramWithIL() argument
1070 clCloneKernel(cl_kernel source_kernel, cl_int *errcode_ret) clCloneKernel() argument
1130 clCreateBufferWithProperties(cl_context context, const cl_mem_properties *properties, cl_mem_flags flags, size_t size, void *host_ptr, cl_int *errcode_ret) clCreateBufferWithProperties() argument
1141 clCreateImageWithProperties(cl_context context, const cl_mem_properties *properties, cl_mem_flags flags, const cl_image_format *image_format, const cl_image_desc *image_desc, void *host_ptr, cl_int *errcode_ret) clCreateImageWithProperties() argument
[all...]
/third_party/opencl-headers/CL/
H A Dcl_icd.h88 void *user_data, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
93 void *user_data, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
109 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
117 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_2_0;
139 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
146 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_2;
159 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_3_0;
164 void *host_ptr, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_3_0;
204 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_2_0;
232 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_
[all...]
H A Dcl_function_types.h68 cl_int* errcode_ret);
78 cl_int* errcode_ret);
132 cl_int* errcode_ret);
207 cl_int* errcode_ret);
219 cl_int* errcode_ret);
271 cl_int* errcode_ret);
504 cl_int* errcode_ret);
521 cl_int* errcode_ret);
583 cl_int* errcode_ret);
598 cl_int* errcode_ret);
[all...]
H A Dcl_gl.h55 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
65 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
73 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
111 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_1_DEPRECATED;
119 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_1_DEPRECATED;
163 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_1;
H A Dcl_egl.h57 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
65 cl_int * errcode_ret);
108 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
114 cl_int * errcode_ret);
H A Dcl.h1025 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
1035 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
1068 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_2_0;
1091 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
1100 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_1;
1112 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
1124 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_2_0;
1136 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_3_0;
1145 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_3_0;
1221 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_2_
[all...]
H A Dcl_d3d11.h92 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
99 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
106 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
H A Dcl_d3d10.h92 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
99 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
106 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_icd.h88 void *user_data, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
93 void *user_data, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
109 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
117 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_2_0;
139 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
146 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_2;
159 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_3_0;
164 void *host_ptr, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_3_0;
204 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_2_0;
232 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_
[all...]
H A Dcl_gl.h55 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
65 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
73 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
111 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_1_DEPRECATED;
119 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_1_DEPRECATED;
163 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_1;
H A Dcl_egl.h57 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
65 cl_int * errcode_ret);
108 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
114 cl_int * errcode_ret);
H A Dcl_d3d10.h91 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
98 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
105 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
H A Dcl_d3d11.h91 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
98 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
105 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
H A Dcl.h1018 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
1028 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
1061 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_2_0;
1084 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
1093 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_1;
1105 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
1117 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_2_0;
1129 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_3_0;
1138 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_3_0;
1214 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_2_
[all...]
/third_party/mesa3d/include/CL/
H A Dcl_icd.h88 void *user_data, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
93 void *user_data, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
109 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
117 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_2_0;
139 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0;
146 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_2;
159 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_3_0;
164 void *host_ptr, cl_int *errcode_ret) CL_API_SUFFIX__VERSION_3_0;
204 cl_int * /* errcode_ret */) CL_API_SUFFIX__VERSION_2_0;
232 cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_
[all...]
H A Dcl_gl.h67 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
77 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
85 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
123 cl_int * errcode_ret) CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED;
131 cl_int * errcode_ret) CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED;
H A Dcl_egl.h69 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
77 cl_int * errcode_ret);
120 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
126 cl_int * errcode_ret);
H A Dcl_ext_intel.h175 cl_int* errcode_ret) CL_EXT_SUFFIX__VERSION_1_2;
182 cl_int* errcode_ret) CL_EXT_SUFFIX__VERSION_1_2;
481 cl_int* errcode_ret);
489 cl_int* errcode_ret);
498 cl_int* errcode_ret);
507 cl_int* errcode_ret);
516 cl_int* errcode_ret);
525 cl_int* errcode_ret);
701 cl_int * errcode_ret) CL_EXT_SUFFIX__VERSION_1_0;
710 cl_int * errcode_ret) CL_EXT_SUFFIX__VERSION_1_
[all...]
H A Dcl_d3d10.h94 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
101 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
108 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
H A Dcl_d3d11.h94 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
101 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
108 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
H A Dcl.h1016 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
1026 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
1059 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_2_0;
1082 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_0;
1091 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_1;
1103 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_1_2;
1115 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_2_0;
1127 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_3_0;
1136 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_3_0;
1212 cl_int * errcode_ret) CL_API_SUFFIX__VERSION_2_
[all...]
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp303 cl_int *errcode_ret) in clCreateContext()
308 return func(properties, num_devices, devices, pfn_notify, user_data, errcode_ret); in clCreateContext()
314 void *user_data, cl_int *errcode_ret) in clCreateContextFromType()
319 return func(properties, device_type, pfn_notify, user_data, errcode_ret); in clCreateContextFromType()
352 cl_int *errcode_ret) in clCreateProgramWithSource()
357 return func(context, count, strings, lengths, errcode_ret); in clCreateProgramWithSource()
363 cl_int *errcode_ret) in clCreateProgramWithBinary()
368 return func(context, num_devices, devices_list, lengths, binaries, binary_status, errcode_ret); in clCreateProgramWithBinary()
420 cl_kernel clCreateKernel(cl_program program, const char *kernelName, cl_int *errcode_ret) in clCreateKernel() argument
425 return func(program, kernelName, errcode_ret); in clCreateKernel()
301 clCreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_device_id *devices, void(CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *), void *user_data, cl_int *errcode_ret) clCreateContext() argument
312 clCreateContextFromType(const cl_context_properties *properties, cl_device_type device_type, void(CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *), void *user_data, cl_int *errcode_ret) clCreateContextFromType() argument
351 clCreateProgramWithSource(cl_context context, cl_uint count, const char **strings, const size_t *lengths, cl_int *errcode_ret) clCreateProgramWithSource() argument
361 clCreateProgramWithBinary(cl_context context, cl_uint num_devices, const cl_device_id *devices_list, const size_t *lengths, const unsigned char **binaries, cl_int *binary_status, cl_int *errcode_ret) clCreateProgramWithBinary() argument
456 clCreateBuffer(cl_context context, cl_mem_flags flags, size_t size, void *host_ptr, cl_int *errcode_ret) clCreateBuffer() argument
574 clEnqueueMapBuffer(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, cl_map_flags map_flags, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event, cl_int *errcode_ret) clEnqueueMapBuffer() argument
586 clEnqueueMapImage(cl_command_queue command_queue, cl_mem image, cl_bool blocking_map, cl_map_flags map_flags, const size_t *origin, const size_t *region, size_t *image_row_pitch, size_t *image_slice_pitch, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event, cl_int *errcode_ret) clEnqueueMapImage() argument
697 clCreateImage2D(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, size_t imageWidth, size_t imageHeight, size_t image_row_pitch, void *host_ptr, cl_int *errcode_ret) clCreateImage2D() argument
707 clCreateImage3D(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, size_t imageWidth, size_t imageHeight, size_t imageDepth, size_t image_row_pitch, size_t image_slice_pitch, void *host_ptr, cl_int *errcode_ret) clCreateImage3D() argument
719 clCreateCommandQueue(cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int *errcode_ret) clCreateCommandQueue() argument
795 clCreateImage(cl_context context, cl_mem_flags flags, const cl_image_format *image_format, const cl_image_desc *image_desc, void *host_ptr, cl_int *errcode_ret) clCreateImage() argument
819 clCreateCommandQueueWithProperties(cl_context context, cl_device_id device, const cl_queue_properties *properties, cl_int *errcode_ret) clCreateCommandQueueWithProperties() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationCL.h49 if (errcode_ret != nullptr) \
51 *errcode_ret = errorCode; \

Completed in 29 milliseconds

12