Lines Matching refs:cl_context
23 extern int test_buffers( cl_device_id device, cl_context context,
26 extern int test_fence_sync( cl_device_id device, cl_context context,
33 extern int test_images_read_2D( cl_device_id device, cl_context context,
36 extern int test_images_read_1D( cl_device_id device, cl_context context,
39 extern int test_images_read_texturebuffer( cl_device_id device, cl_context context,
42 extern int test_images_read_1Darray( cl_device_id device, cl_context context,
45 extern int test_images_read_2Darray( cl_device_id device, cl_context context,
48 extern int test_images_read_cube( cl_device_id device, cl_context context,
51 extern int test_images_read_3D( cl_device_id device, cl_context context,
54 extern int test_renderbuffer_read( cl_device_id device, cl_context context,
62 extern int test_images_write( cl_device_id device, cl_context context,
65 extern int test_images_write_cube( cl_device_id device, cl_context context,
68 extern int test_renderbuffer_write( cl_device_id device, cl_context context,
73 extern int test_images_write_1D( cl_device_id device, cl_context context,
76 extern int test_images_write_texturebuffer( cl_device_id device, cl_context context,
79 extern int test_images_write_1Darray( cl_device_id device, cl_context context,
82 extern int test_images_write_2Darray( cl_device_id device, cl_context context,
85 extern int test_images_write_3D( cl_device_id device, cl_context context,
91 extern int test_buffers_getinfo( cl_device_id device, cl_context context,
94 extern int test_images_1D_getinfo( cl_device_id device, cl_context context,
97 extern int test_images_texturebuffer_getinfo( cl_device_id device, cl_context context,
100 extern int test_images_1Darray_getinfo( cl_device_id device, cl_context context,
103 extern int test_images_2D_getinfo( cl_device_id device, cl_context context,
106 extern int test_images_2Darray_getinfo( cl_device_id device, cl_context context,
109 extern int test_images_cube_getinfo( cl_device_id device, cl_context context,
112 extern int test_images_3D_getinfo( cl_device_id device, cl_context context,
115 extern int test_images_read_2D_depth( cl_device_id device, cl_context context,
118 extern int test_images_write_2D_depth( cl_device_id device, cl_context context,
121 extern int test_images_read_2Darray_depth( cl_device_id device, cl_context context,
124 extern int test_images_write_2Darray_depth( cl_device_id device, cl_context context,
127 extern int test_images_read_2D_multisample( cl_device_id device, cl_context context,
130 extern int test_images_read_2Darray_multisample( cl_device_id device, cl_context context,
133 extern int test_image_methods_depth( cl_device_id device, cl_context context,
136 extern int test_image_methods_multisample( cl_device_id device, cl_context context,
139 extern int test_renderbuffer_getinfo( cl_device_id device, cl_context context,